diff --git a/examples/with-berry/README.md b/examples/with-berry/README.md index 3ff531c164ce3..8ceaf58a28768 100644 --- a/examples/with-berry/README.md +++ b/examples/with-berry/README.md @@ -20,7 +20,7 @@ This Turborepo uses [yarn v2+ (berry)](https://yarnpkg.com/) as a packages manag - `web`: another [Next.js](https://nextjs.org/) app - `@repo/ui`: a stub React component library shared by both `web` and `docs` applications - `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`) -- `@repo/typesript-config`: `tsconfig.json`s used throughout the monorepo +- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).