Skip to content

Commit aaa2fda

Browse files
committed
Fix spelling of examples
1 parent 86dbf52 commit aaa2fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refresh.template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ def _ensure_gitignore_entries_exist():
992992
if git_dir_process.returncode: return
993993

994994
# Write into the gitignore hidden inside the .git directory
995-
# This makes ignoring work automagically for people, while minimizing the code changes they have to think about or check in. https://github.com/hedronvision/bazel-compile-commands-extractor/pull/100 and https://github.com/hedronvision/bazel-compile-commands-extractor/issues/59 are exampels of use cases that this simplifies. It also marginally simplifies the case where people can't commit use of this tool to the repo they're working on.
995+
# This makes ignoring work automagically for people, while minimizing the code changes they have to think about or check in. https://github.com/hedronvision/bazel-compile-commands-extractor/pull/100 and https://github.com/hedronvision/bazel-compile-commands-extractor/issues/59 are examples of use cases that this simplifies. It also marginally simplifies the case where people can't commit use of this tool to the repo they're working on.
996996
# IMO tools should to do this more broadly, especially now that git is so dominant.
997997
# Hidden gitignore documented in https://git-scm.com/docs/gitignore
998998
git_dir = pathlib.Path(git_dir_process.stdout.rstrip())

0 commit comments

Comments
 (0)