Skip to content

Commit

Permalink
chore(spelling): disallow 'TurboRepo' in favor of 'Turborepo'
Browse files Browse the repository at this point in the history
This is how the name is usually stylized, see https://turbo.build/repo
  • Loading branch information
alicewriteswrongs committed Aug 4, 2023
1 parent 3d57937 commit 9206fe2
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions cspell-wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Brunelle
!Javascript
!Typescript
!TurboRepo
Turborepo
Deno
FOUC
POSIX
Expand Down
2 changes: 1 addition & 1 deletion docs/framework-integration/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ top-most-directory/
└── public-api.ts
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
2 changes: 1 addition & 1 deletion docs/framework-integration/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ top-most-directory/
└── index.ts
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
2 changes: 1 addition & 1 deletion docs/framework-integration/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ top-most-directory/
└── src/components
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2/framework-integration/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ top-most-directory/
└── public-api.ts
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2/framework-integration/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ top-most-directory/
└── index.ts
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v2/framework-integration/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ top-most-directory/
└── src/components
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v3/framework-integration/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ top-most-directory/
└── public-api.ts
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v3/framework-integration/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ top-most-directory/
└── index.ts
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v3/framework-integration/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ top-most-directory/
└── src/components
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ top-most-directory/
└── public-api.ts
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.0/framework-integration/react.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ top-most-directory/
└── index.ts
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-v4.0/framework-integration/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ top-most-directory/
└── src/components
```

This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, TurboRepo, etc.
This guide uses Lerna for the monorepo, but you can use other solutions such as Nx, Turborepo, etc.

To use Lerna with this walk through, globally install Lerna:

Expand Down

1 comment on commit 9206fe2

@vercel
Copy link

@vercel vercel bot commented on 9206fe2 Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

stencil-docs – ./

stencil-docs-ionic1.vercel.app
stencil-docs-git-main-ionic1.vercel.app
stencil-site.vercel.app

Please sign in to comment.