Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Feb 12, 2024
1 parent 69642af commit 0163b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -3612,7 +3612,7 @@ Normally you'd set this from .dir-locals.el.")
When DIR is specified it detects its project type, otherwise it acts
on the current project.

Fallsback to a generic project type when the type can't be determined."
Fallback to a generic project type when the type can't be determined."
(let ((project-type
(or (car (cl-find-if
(lambda (project-type-record)
Expand Down

0 comments on commit 0163b33

Please sign in to comment.