aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2022-10-28 14:38:54 +0300
committerBozhidar Batsov <bozhidar@batsov.dev>2022-10-28 14:38:54 +0300
commitea3334728309933e0dfc2f657e93263bdd0211b5 (patch)
tree378127c3c4d0b021bb7bedbde7cc13777d59e79e /doc
parent3e6397941bf3242a31ea0973af9570f20f4ed793 (diff)
Fix grammar
Diffstat (limited to 'doc')
-rw-r--r--doc/modules/ROOT/pages/usage.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/modules/ROOT/pages/usage.adoc b/doc/modules/ROOT/pages/usage.adoc
index 7e63ca9..750329e 100644
--- a/doc/modules/ROOT/pages/usage.adoc
+++ b/doc/modules/ROOT/pages/usage.adoc
@@ -398,9 +398,9 @@ That's useful as some packages (e.g. `eglot`) support natively only
makes it easy to install additional project lookup functions and that's
exactly what Projectile does.
-The popular `xref` package also relies on `project.el` to infers the project
-for use commands like `xref-find-references` (kbd:[M-?]), so it's useful to teach it
-about Projectile's project discovery logic.
+The popular `xref` package also relies on `project.el` to infer the project for
+helpful commands like `xref-find-references` (kbd:[M-?]), so it's useful to teach
+it about Projectile's project discovery logic.
TIP: Projectile provides its own alternative to `xref-find-references` that's named
`projectile-find-references` (kbd:[s-p ?] or kbd:[s-p s-x]) and is using `xref` internally.