From 72b785375108dd117f4926fc291709f87cb5cebd Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 6 Oct 2023 18:41:35 +0100 Subject: [PATCH] docs(readme): fix capitalization of typescript --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4f63c85..a561972e 100644 --- a/README.md +++ b/README.md @@ -294,9 +294,9 @@ Autoload can be customised using the following options: ## Override TypeScript detection using an environment variable -It is possible to override the automatic detection of a Typescript-capable runtime using the `FASTIFY_AUTOLOAD_TYPESCRIPT` environment variable. If set to a truthy value Autoload will load `.ts` files, expecting that node has a TypeScript-capable loader. +It is possible to override the automatic detection of a TypeScript-capable runtime using the `FASTIFY_AUTOLOAD_TYPESCRIPT` environment variable. If set to a truthy value Autoload will load `.ts` files, expecting that node has a TypeScript-capable loader. -This is useful for cases where you want to use Autoload for loading typescript files but detecting the typescript loader fails because, for example, you are using a custom loader. +This is useful for cases where you want to use Autoload for loading TypeScript files but detecting the TypeScript loader fails because, for example, you are using a custom loader. It can be used like this: