Skip to content

Commit 20b1e8b

Browse files
committed
Fix misspeling
1 parent 2100479 commit 20b1e8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ If you'd like to change something:
7676
| Constant | What it changes | Default | Affects |
7777
| ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------| ------------------------------------- |
7878
| `COLOR_INFO` | Change default output color for Information messages.<br>[Available colors](https://github.com/pdffiller/styleguide-hooks/blob/stable/hooks/color_echo.sh). | `"Light_Blue"` | `pre-commit` |
79-
| `COLOR_WARNING` | Change default output color for Warning/<br>Interaction needed messages. [Available colors](https://github.com/pdffiller/styleguide-hooks/blob/stable/hooks/color_echo.sh). | `"Yellow"` | `pre-commit`, `post-checkout` |
79+
| `COLOR_WARNING` | Change default output color for Warning.<br>Ineractive messages. [Available colors](https://github.com/pdffiller/styleguide-hooks/blob/stable/hooks/color_echo.sh). | `"Yellow"` | `pre-commit`, `post-checkout` |
8080
| `IGNORE_TRAILING_`<br>`SPACE_EXTENTIONS` | Ignore trailing whitespaces for specified file extentions. Format `ext1\|ext2\|ext3`. | `"md\|rst"` | `pre-commit` |
8181
| `INTERACTIVE_MODE` | Pseudo-interactive mode for:<br>1. Replacing trailing whitespaces<br>2. Removing multilines at EOF<br>3. Adding new line at EOF if it doesn't exist<br>Can be `disabled` or `enabled`. | `"disabled"` | `pre-commit` |
82-
| `FORСE_WARNING_TO_ERROR` | Forсing exit if enabled.<br>Affects "Too many changes per one commit" check.<br>Can be `disabled` or `enabled`. | `"disabled"` | `pre-commit` |
82+
| `FORСE_WARNING_TO_ERROR` | Forсing exit if enabled.<br>Affects "Too many changes per one commit" check.<br>Can be `disabled` or `enabled`. | `"disabled"` | `pre-commit` |
8383
| `FOOTER` | Styleguide message that is added to every error message. | [[1]](#long-defaults) | `pre-commit` |
8484
| `GITHUB_REGEX` | Regex for matching Github issue inside branch name. A link to issue is created if a match was found. | `'^[0-9]+$'` | `pre-commit`,<br>`prepare-commit-msg` |
8585
| `JIRA_ISSUE_LINK` | Link to Jira task endpoint. | [[2]](#long-defaults) | `prepare-commit-msg` |

0 commit comments

Comments
 (0)