Skip to content

Commit

Permalink
Fix a typo (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou authored and bbatsov committed Nov 27, 2019
1 parent a9a4ce4 commit ca0fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ find . -type f -print0

!!! Tip

It's a great idea to install [fd](https://github.com/sharkdp/fd) which is much faster thant `find`.
It's a great idea to install [fd](https://github.com/sharkdp/fd) which is much faster than `find`.
If `fd` is found, projectile will use as a replacement for `find`.

## Sorting
Expand Down

0 comments on commit ca0fb53

Please sign in to comment.