aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@gmail.com>2019-04-19 21:09:26 +0100
committerWouter van Oortmerssen <aardappel@gmail.com>2019-04-19 13:09:26 -0700
commit860dc803fe718730bd3d13efcac56eacb04519ee (patch)
treee2f379c3731de77682b78aacfe5ac2e207ca76a0
parent5b43e4bbb81c170f1e83100e88157b2f55fe0e74 (diff)
downloadflatbuffers-860dc803fe718730bd3d13efcac56eacb04519ee.tar.gz
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.
-rw-r--r--docs/source/TypeScriptUsage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/TypeScriptUsage.md b/docs/source/TypeScriptUsage.md
index b773fdfd..832c46ee 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