Skip to content

Commit

Permalink
Fix a typo in README.md (kentcdodds#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck authored and Kent C. Dodds committed May 11, 2019
1 parent 6cdcd6a commit e5fdcf2
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 @@ -138,7 +138,7 @@ shorten() { node {path-to-local-repo}/node_modules/.bin/netlify-shortener "$1" "

### Fish

Place this in `~/.config/fish/funcitons/shorten.fish`:
Place this in `~/.config/fish/functions/shorten.fish`:

```fish
function shorten --description "Shorten a URL"
Expand Down

0 comments on commit e5fdcf2

Please sign in to comment.