From 777a12dc70a3a5666c955881e067768ac5aeaa32 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Mon, 21 Oct 2019 15:27:48 +0100 Subject: [PATCH] Fix TypeScript capitalization in internals guide (#1826) --- guide/src/contributing/design/js-objects-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/contributing/design/js-objects-in-rust.md b/guide/src/contributing/design/js-objects-in-rust.md index dc533a4a6ea..4cc28092324 100644 --- a/guide/src/contributing/design/js-objects-in-rust.md +++ b/guide/src/contributing/design/js-objects-in-rust.md @@ -37,7 +37,7 @@ notably means that it can't persist the object past the lifetime of this function call. Now what we actually want to generate is a JS module that looks like (in -Typescript parlance) +TypeScript parlance) ```ts // foo.d.ts