Skip to content

Commit

Permalink
Grammar/punctuation fixes on compatibility guide
Browse files Browse the repository at this point in the history
  • Loading branch information
rylnd committed May 26, 2015
1 parent 230c6d3 commit c602ebc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions COMPATIBILITY.md
@@ -1,13 +1,12 @@
Shpec Compatibility Notes
-------------------------

You'll find there special thing to consider for using your specific shell with `shpec`
The following are shell-specific quirks you might care about when using `shpec`.

## zsh

## Zsh

### Disabling End Keyword
If you use `zsh` you should disable the `end` keyword. This won't be that big of a problem
### Disabling the 'end' Keyword
If you use `zsh` you must disable the `end` keyword. This won't be that big of a problem
since it belongs to a `foreach...end` structure that is rarely used.

To disable it, just run `disable -r end`.
Expand Down

0 comments on commit c602ebc

Please sign in to comment.