Skip to content

Commit e484c3d

Browse files
authored
fixed two typos
1 parent 9b1dd76 commit e484c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/get-started/git-basics/ignoring-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redirect_from:
88
- /github/getting-started-with-github/ignoring-files
99
- /github/getting-started-with-github/getting-started-with-git/ignoring-files
1010
- /get-started/getting-started-with-git/ignoring-files
11-
intro: 'You can configure Git to ignore files you don''t want to check in to {% data variables.product.github %}.'
11+
intro: 'You can configure Git to ignore files you don't want to check in to {% data variables.product.github %}.'
1212
versions:
1313
fpt: '*'
1414
ghes: '*'
@@ -17,7 +17,7 @@ versions:
1717
## Configuring ignored files for a single repository
1818

1919
You can create a `.gitignore` file in your repository's root directory to tell Git which files and directories to ignore when you make a commit.
20-
To share the ignore rules with other users who clone the repository, commit the `.gitignore` file in to your repository.
20+
To share the ignore rules with other users who clone the repository, commit the `.gitignore` file into your repository.
2121

2222
GitHub maintains an official list of recommended `.gitignore` files for many popular operating systems, environments, and languages in the "github/gitignore" public repository. You can also use gitignore.io to create a `.gitignore` file for your operating system, programming language, or IDE. For more information, see [github/gitignore](https://github.com/github/gitignore) and the [gitignore.io](https://www.gitignore.io/) site.
2323

0 commit comments

Comments
 (0)