Skip to content

Commit

Permalink
docs(typo): fix typos in gitignore files (vercel#72260)
Browse files Browse the repository at this point in the history
Title: Fix typo in .gitignore file: change "commiting" to "committing"
(single "t" to double "t")

Description:

This pull request addresses a minor typo in the .gitignore file, where
the word "commiting" was corrected to "committing" by changing a single
"t" to a double "t". This change ensures that the spelling is consistent
with standard English usage.

Checklist:

 I have run pnpm prettier-fix to ensure the code is properly formatted.
I have reviewed the [Docs Contribution
Guide](https://nextjs.org/docs/community/contribution-guide) to ensure
my changes adhere to the guidelines.
Related Issues: None

Notes:

This change does not affect functionality or require additional testing.
No additional documentation is required for this typo fix.

- Fixes vercel#72378

Co-authored-by: Sam Ko <sam@vercel.com>
  • Loading branch information
2 people authored and stipsan committed Nov 6, 2024
1 parent 04134e6 commit 3db1388
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bench/heavy-npm-deps/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
# env files (can opt-in for committing if needed)
.env*

# vercel
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/app-tw/js/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
# env files (can opt-in for committing if needed)
.env*

# vercel
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/app-tw/ts/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
# env files (can opt-in for committing if needed)
.env*

# vercel
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/app/js/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
# env files (can opt-in for committing if needed)
.env*

# vercel
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/app/ts/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
# env files (can opt-in for committing if needed)
.env*

# vercel
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/default-tw/js/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
# env files (can opt-in for committing if needed)
.env*

# vercel
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/default-tw/ts/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
# env files (can opt-in for committing if needed)
.env*

# vercel
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/default/js/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
# env files (can opt-in for committing if needed)
.env*

# vercel
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/default/ts/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# env files (can opt-in for commiting if needed)
# env files (can opt-in for committing if needed)
.env*

# vercel
Expand Down

0 comments on commit 3db1388

Please sign in to comment.