From d4274e5e823375fce5c4168e01143c0d8d01603e Mon Sep 17 00:00:00 2001 From: Nicholas Steven Kalinoski Date: Wed, 19 Oct 2022 15:58:46 -0700 Subject: [PATCH] grammar adjustmants for the with-typescript example's readme --- examples/with-typescript/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-typescript/README.md b/examples/with-typescript/README.md index 2d2161ece..719c09194 100644 --- a/examples/with-typescript/README.md +++ b/examples/with-typescript/README.md @@ -14,8 +14,8 @@ yarn start ## Idea behind the example -This is an of how to use Razzle with [TypeScript](https://github.com/Microsoft/TypeScript). +This is an example of how to use [Razzle](https://razzlejs.org/) with [TypeScript](https://github.com/Microsoft/TypeScript). -Basic razzle will uses Babel to transform TypeScript to plain JavaScript ( with babel-loader ), and uses TypeScript for type-checking. +Basic Razzle uses [Babel](https://babeljs.io/) to transform TypeScript to plain JavaScript ( with [babel-loader](https://www.npmjs.com/package/babel-loader) ), and uses TypeScript for type-checking. -Razzle knows how to resolve `.ts` and `.tsx` files out of the box. +Razzle knows how to resolve `.ts` and `.tsx` files out-of-box.