diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7800b81..f4dc0d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ there are a number of additional things to keep in mind. - Prefer `zstyle` over environment variables for configuration. - Prefer (( ... )) over [[ ... ]] for arithmetic expression. - Use the function keyword to define functions. - - The 80 character hard limit can be waved for readability. + - The 80 character hard limit can be waived for readability. #### Using an Alternative zprezto Directory