From 41cebb25e711751473ed54b3a4e60e9ac89f32a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20M=C3=B6ller?= Date: Fri, 10 Jun 2022 06:52:38 +0200 Subject: [PATCH] fix typo in typescript guide (#464) --- site/src/pages/guides/building-typescript-packages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/pages/guides/building-typescript-packages.mdx b/site/src/pages/guides/building-typescript-packages.mdx index 5e8f4f78..377b575e 100644 --- a/site/src/pages/guides/building-typescript-packages.mdx +++ b/site/src/pages/guides/building-typescript-packages.mdx @@ -26,5 +26,5 @@ In your `tsconfig.json`: } ``` -See the [TypeScript documentation on the `isolatedModules` option](https://www.typescriptlang.org/tsconfig#isolatedModules) and the [Babel documenation on TypeScript compiler options](https://babeljs.io/docs/en/babel-plugin-transform-typescript#typescript-compiler-options) for more information. +See the [TypeScript documentation on the `isolatedModules` option](https://www.typescriptlang.org/tsconfig#isolatedModules) and the [Babel documentation on TypeScript compiler options](https://babeljs.io/docs/en/babel-plugin-transform-typescript#typescript-compiler-options) for more information.