Skip to content

Commit

Permalink
style: apply textlint correction
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Larson <[email protected]>
  • Loading branch information
LucasLarson committed Jun 29, 2024
1 parent 55e8c83 commit c7adfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeSnippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ do not disable it, because that would allow you to install any software, even if

[via](https://stackoverflow.com/a/15011313)

| content to add | git command |
| content to add | Git command |
| ------------------------------- | ----------------------------------- |
| modified files only | `git add --updated` or `git add -u` |
| everything except deleted files | `git add .` |
Expand Down

0 comments on commit c7adfee

Please sign in to comment.