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

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

[elpa] externals/async 6442b07 1/2: Fix typo and remove extra space


From: ELPA Syncer
Subject: [elpa] externals/async 6442b07 1/2: Fix typo and remove extra space
Date: Sun, 5 Sep 2021 01:57:08 -0400 (EDT)

branch: externals/async
commit 6442b07a40f6f21e3b09bf439a4c507261208a7a
Author: Pavel Kulyov <kulyov.pavel@gmail.com>
Commit: GitHub <noreply@github.com>

    Fix typo and remove extra space
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 662270b..64d9f5f 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Some async applications are provided as well with this 
package:
 You can install emacs-async package from MELPA using package.el.
 
 You can also install from sources, in this case you should install
-using make and make install to ensure emacs-async is intalled in a
+using make and make install to ensure emacs-async is installed in a
 standard load-path destination where other packages can find it
 easily when compiling.
 
@@ -28,7 +28,7 @@ Add to your `.emacs.el`:
     (autoload 'dired-async-mode "dired-async.el" nil t)
     (dired-async-mode 1)
 
-This will allow you to run  asynchronously
+This will allow you to run asynchronously
 the dired commands for copying, renaming and symlinking.
 If you are a [helm](https://github.com/emacs-helm/helm) user, this will allow 
you
 to copy, rename etc... asynchronously from 
[helm](https://github.com/emacs-helm/helm).



reply via email to

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