Commit b59a1ca2 authored by Ashwin Ramaswami's avatar Ashwin Ramaswami Committed by Wouter van Oortmerssen

fix typo (#5384)

* fix typo

* fix typo
parent 4fdfe0d4
...@@ -424,7 +424,7 @@ The first step is to import/include the library, generated files, etc. ...@@ -424,7 +424,7 @@ The first step is to import/include the library, generated files, etc.
~~~ ~~~
</div> </div>
<div class="language-typescript"> <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'; import { MyGame } from './monster_generated';
</div> </div>
......
...@@ -43,7 +43,7 @@ First, include the library and generated code. Then read the file into an ...@@ -43,7 +43,7 @@ First, include the library and generated code. Then read the file into an
the ByteBuffer to the `getRootAsMonster` function. the ByteBuffer to the `getRootAsMonster` function.
~~~{.ts} ~~~{.ts}
// note: import flabuffers with your desired import method // note: import flatbuffers with your desired import method
import { MyGame } from './monster_generated'; import { MyGame } from './monster_generated';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment