diff --git a/docs/source/TypeScriptUsage.md b/docs/source/TypeScriptUsage.md index b773fdfd7..832c46eec 100644 --- a/docs/source/TypeScriptUsage.md +++ b/docs/source/TypeScriptUsage.md @@ -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