docs: Fix where to find the Typescript typings (#5298)

This is what currently rendered:

  /flatubffers

in https://google.github.io/flatbuffers/flatbuffers_guide_use_typescript.html

Besides the typo, @types is being swallowed, the hope is that puting it between
backticks will improve the situation.
This commit is contained in:
Damien Lespiau 2019-04-19 21:09:26 +01:00 committed by Wouter van Oortmerssen
parent 5b43e4bbb8
commit 860dc803fe
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ documentation to build `flatc` and should be familiar with
## FlatBuffers TypeScript library code location ## FlatBuffers TypeScript library code location
The code for the FlatBuffers TypeScript library can be found at The code for the FlatBuffers TypeScript library can be found at
`flatbuffers/js` with typings available at @types/flatubffers. `flatbuffers/js` with typings available at `@types/flatbuffers`.
## Testing the FlatBuffers TypeScript library ## Testing the FlatBuffers TypeScript library