Skip to content

Commit

Permalink
chore: fix a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante authored and seren5240 committed Mar 9, 2024
1 parent 79a5365 commit 9ccc89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Replace `console.log` with `winston.log`:
grit apply '`console.log($msg)` => `winston.log($msg)`'
```

Save the pattern to [`grit.yaml`](https://docs.grit.io/guides/config) file and exclude test cases:
Save the pattern to a [`grit.yaml`](https://docs.grit.io/guides/config) file and exclude test cases:
```
cat << 'EOF' > .grit/grit.yaml
patterns:
Expand Down

0 comments on commit 9ccc89a

Please sign in to comment.