mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
docs: Fix typo in EXTRACTION.md (#55106)
Self-Review Checklist: - [X] I've reviewed my own diff for quality, security, and reliability - [X] Unsafe blocks (if any) have justifying comments - [X] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [X] Tests cover the new/changed behavior - [X] Performance impact has been considered and is acceptable Release Notes: - Corrected a typo in the instructions regarding the 'pattern' format
This commit is contained in:
parent
4e636bf07a
commit
3db5c398a2
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ cd $LANGNAME
|
|||
|
||||
2. Create an expressions.txt file somewhere (e.g. `~/projects/$LANGNAME.txt`)
|
||||
|
||||
This file takes the form of `patern==>replacement`, where the replacement is optional.
|
||||
This file takes the form of `pattern==>replacement`, where the replacement is optional.
|
||||
Note whitespace matters so `ruby: ==>` is removing the `ruby:` prefix from a commit messages and adding a space after `==> ` means the replacement begins with a space. Regex capture groups are numbered `\1`, `\2`, etc.
|
||||
|
||||
See: [Git Filter Repo Docs](https://htmlpreview.github.io/?https://github.com/newren/git-filter-repo/blob/docs/html/git-filter-repo.html) for more.
|
||||
|
|
|
|||
Loading…
Reference in a new issue