From 459607cc93c49cc3c41d25e460d05373302842ff Mon Sep 17 00:00:00 2001 From: Dueen <42207398+Dueen@users.noreply.github.com> Date: Thu, 16 Dec 2021 07:48:20 +0100 Subject: [PATCH] Update README.md Fix typo --- examples/kitchen-sink/packages/tsconfig/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kitchen-sink/packages/tsconfig/README.md b/examples/kitchen-sink/packages/tsconfig/README.md index ad972d4ca8d49..286cb74261d0a 100644 --- a/examples/kitchen-sink/packages/tsconfig/README.md +++ b/examples/kitchen-sink/packages/tsconfig/README.md @@ -1,3 +1,3 @@ # `tsconfig` -This is the Turborepo shared `tsconfig.json` from which all sother `tsconfig.json`'s inherit from. Making changes to this may have unintended consequences. +This is the Turborepo shared `tsconfig.json` from which all other `tsconfig.json`'s inherit from. Making changes to this may have unintended consequences.