Skip to content

Commit c2ed918

Browse files
committed
✏️ grammar issues in the comments of git files
1 parent d06b1bb commit c2ed918

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
* text=auto eol=lf
66

77
# Ignore differences on NPM's lockfile.
8-
# Since version 5.7.0, NPM automatically handle merge conflicts.
8+
# Since version 5.7.0, NPM automatically handles merge conflicts.
99
package-lock.json -diff

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ node_modules/
1212
npm-shrinkwrap.json
1313

1414
# Yarn's lockfile, Plug'n'Play, folder and settings.
15-
# We're using NPM and it provide its own lockfile and settings.
15+
# We're using npm, and it provides its lockfile and settings.
1616
yarn.lock
1717
.pnp.*
1818
.yarn/
1919
.yarnrc
2020
.yarnrc.yaml
2121

22-
# PNPM's lockfile, workspaces and hooks.
23-
# We're using NPM and it provide its own lockfile and settings.
22+
# pnpm's lockfile, workspace definitions and hooks.
23+
# We're using npm, and it provides its lockfile and settings.
2424
pnpm-lock.yaml
25-
pnpm-workspaces.yaml
25+
pnpm-workspace.yaml
2626
pnpmfile.js
2727

28-
# Log's files.
28+
# Log files.
2929
*.log
3030
*.log.*

0 commit comments

Comments
 (0)