branch: elpa/projectile
commit ea3334728309933e0dfc2f657e93263bdd0211b5
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Fix grammar
---
 doc/modules/ROOT/pages/usage.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/modules/ROOT/pages/usage.adoc 
b/doc/modules/ROOT/pages/usage.adoc
index 7e63ca9d3f..750329e76e 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.

Reply via email to