Skip to content

Commit 860dc80

Browse files
dlespiauaardappel
authored andcommitted
docs: Fix where to find the Typescript typings (google#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.
1 parent 5b43e4b commit 860dc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/TypeScriptUsage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ documentation to build `flatc` and should be familiar with
1717
## FlatBuffers TypeScript library code location
1818

1919
The code for the FlatBuffers TypeScript library can be found at
20-
`flatbuffers/js` with typings available at @types/flatubffers.
20+
`flatbuffers/js` with typings available at `@types/flatbuffers`.
2121

2222
## Testing the FlatBuffers TypeScript library
2323

0 commit comments

Comments
 (0)