Skip to content

Commit

Permalink
Fix/small type in the readmemd file (#224)
Browse files Browse the repository at this point in the history
* Fixes small typo in the README.md file

* Changing from Github to fix trim_trailin
  • Loading branch information
thedanheller authored Jun 26, 2020
1 parent e255f18 commit a0dcac0
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 @@ -231,7 +231,7 @@ if [ "$TERM_PROGRAM" = "Terminus-Sublime" ]; then
fi
```

Some programs, such as julia, does not recognize the standard keycodes for `alt+left` and `alt+right`. You could
Some programs, such as julia, do not recognize the standard keycodes for `alt+left` and `alt+right`. You could
bind them to `alt+b` and `alt+f` respectively
```json
[
Expand Down

0 comments on commit a0dcac0

Please sign in to comment.