aboutsummaryrefslogtreecommitdiff
path: root/doc/modules
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2022-10-28 13:36:54 +0300
committerBozhidar Batsov <bozhidar@batsov.dev>2022-10-28 13:36:54 +0300
commit3e6397941bf3242a31ea0973af9570f20f4ed793 (patch)
tree3b3fda1dea13ec6b38c5b0470f537d03b26b4ee5 /doc/modules
parent306df876d30eef8eb093fe880df9c2a3454d44a5 (diff)
Fix broken markup
Diffstat (limited to 'doc/modules')
-rw-r--r--doc/modules/ROOT/pages/usage.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc
index a383b39..7e63ca9 100644
--- a/doc/modules/ROOT/pages/usage.adoc
+++ b/doc/modules/ROOT/pages/usage.adoc
@@ -391,10 +391,10 @@ Starting with version 2.7 Projectile bundles some integration with
project lookup function (`projectile-project-root`) and project file
lookup function (`projectile-project-files`).
-TIP: You can read more about the integration https://github.com/bbatsov/projectile/issues/1591[here].
+TIP: You can read more about the implementation details of the integration https://github.com/bbatsov/projectile/issues/1591[here].
That's useful as some packages (e.g. `eglot`) support natively only
-`project.el`'s API for project discovery. Fortunately, `project.el`
+``project.el``'s API for project discovery. Fortunately, `project.el`
makes it easy to install additional project lookup functions and that's
exactly what Projectile does.