Skip to content

Commit

Permalink
[Fix #1395] Fix typo in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Requena López authored and bbatsov committed Apr 1, 2019
1 parent b916a62 commit 21b2baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ obtain the list of files in a project.

The `alien` indexing method optimizes to the limit the speed of
the `hybrid` indexing method. This means that Projectile will not do
any processing or sorting of the files returned by the external commands
any processing or sorting of the files returned by the external commands
and you're going to get the maximum performance possible. This behaviour
makes a lot of sense for most people, as they'd typically be putting
ignores in their VCS config (e.g. `.gitignore`) and won't care about
Expand Down Expand Up @@ -118,7 +118,7 @@ To sort files by <a href="https://en.wikipedia.org/wiki/MAC_times#Modification_t
(setq projectile-sort-order 'modification-time)
```

To sort files by <a href="https://en.wikipedia.org/wiki/MAC_times#Access_time_(atime)">access time<a/> (atime):
To sort files by <a href="https://en.wikipedia.org/wiki/MAC_times#Access_time_(atime)">access time</a> (atime):

```el
(setq projectile-sort-order 'access-time)
Expand Down

0 comments on commit 21b2baa

Please sign in to comment.