changelog.md (0.7.0): Fix typo

This commit is contained in:
Daniel Shahaf 2020-03-17 01:51:32 +00:00
parent e815d4579b
commit 9ceb7c6e7c

View file

@ -65,7 +65,7 @@ This is a stable bugfix and feature release. Major new features and changes inc
- Highlight numeric globs (e.g., `echo /lib<->`)
- Assorted improvement to aliases highlighting
- Assorted improvements to aliases highlighting
(e.g.,
`alias sudo_u='sudo -u'; sudo_u jrandom ls`,
`alias x=y y=z z=nosuchcommand; x`,