emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/flymake-proselint 41b0a7d 02/18: Fix wording


From: ELPA Syncer
Subject: [elpa] externals/flymake-proselint 41b0a7d 02/18: Fix wording
Date: Mon, 9 Aug 2021 14:57:20 -0400 (EDT)

branch: externals/flymake-proselint
commit 41b0a7dda5949b5f9eb7b0d2b4c52334f3af84a1
Author: Manuel Uberti <manuel.uberti@inventati.org>
Commit: Manuel Uberti <manuel.uberti@inventati.org>

    Fix wording
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9378aa2..92a1044 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # flymake-proselint
 
-This package makes it possible to use [proselint](http://proselint.com/) with 
the Emacs built-in Flymake.
+This package makes it possible to use [proselint](http://proselint.com/) with 
Emacs built-in Flymake.
 
 ## Getting started
 
@@ -12,7 +12,8 @@ can use 
[`straight.el`](https://github.com/raxod502/straight.el) to install it:
   '(flymake-proselint :host github :repo "manuel-uberti/flymake-proselint"))
 ```
 
-Then you just need to activate in the modes you want your prose to be checked:
+Then you just need to activate it in the modes you want your prose to be
+checked:
 
 ``` emacs-lisp
 (add-hook 'markdown-mode-hook #'flymake-proselint-setup)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]