mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-03 12:21:23 +00:00
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:
committed by
Wouter van Oortmerssen
parent
5b43e4bbb8
commit
860dc803fe
@@ -17,7 +17,7 @@ documentation to build `flatc` and should be familiar with
|
||||
## FlatBuffers TypeScript library code location
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user