Skip to content

Commit

Permalink
Fix minor typos in related-files-fn doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceWarne authored and bbatsov committed Feb 3, 2021
1 parent 793abfe commit fd59947
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/modules/ROOT/pages/projects.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -405,10 +405,10 @@ Projectile includes a couple of helpers to generate commonly used custom functio
| extensions KIND EXTENSIONS
| Relates files with extensions as the specified kind.

| tests-with-prefix EXTENSION PREFIX
| test-with-prefix EXTENSION PREFIX
| Relates files with prefix and extension as :test and :impl.

| tests-with-suffix EXTENSION SUFFIX
| test-with-suffix EXTENSION SUFFIX
| Relates files with suffix and extension as :test and :impl.
|===

Expand All @@ -431,7 +431,7 @@ Each helper means `projectile-related-files-fn-helper-name` function.
(projectile-register-project-type
;; ...
:related-files-fn #'my/related-files)
:related-files-fn my/related-files)
----

== Customizing Project Detection
Expand Down

0 comments on commit fd59947

Please sign in to comment.