* fix typo

* fix typo
This commit is contained in:
Ashwin Ramaswami
2019-06-05 11:24:29 -07:00
committed by Wouter van Oortmerssen
parent 4fdfe0d468
commit b59a1ca2f8
2 changed files with 2 additions and 2 deletions

View File

@@ -424,7 +424,7 @@ The first step is to import/include the library, generated files, etc.
~~~
</div>
<div class="language-typescript">
// note: import flabuffers with your desired import method
// note: import flatbuffers with your desired import method
import { MyGame } from './monster_generated';
</div>

View File

@@ -43,7 +43,7 @@ First, include the library and generated code. Then read the file into an
the ByteBuffer to the `getRootAsMonster` function.
~~~{.ts}
// note: import flabuffers with your desired import method
// note: import flatbuffers with your desired import method
import { MyGame } from './monster_generated';