From 860dc803fe718730bd3d13efcac56eacb04519ee Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 19 Apr 2019 21:09:26 +0100 Subject: [PATCH] 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. --- docs/source/TypeScriptUsage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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