Skip to content

Commit 7096e02

Browse files
committed
Docs: Fix typo in commentary
1 parent 44cab3e commit 7096e02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Note: This readme works with the org-make-toc <https://github.com/alphapapa/org-make-toc> package, which automatically updates the table of contents.
66

7-
=makem=.sh is a script helps to build, lint, and test Emacs Lisp packages. It aims to make linting and testing as simple as possible without requiring per-package configuration.
7+
=makem=.sh is a script that helps to build, lint, and test Emacs Lisp packages. It aims to make linting and testing as simple as possible without requiring per-package configuration.
88

99
It works similarly to a Makefile in that "rules" are called to perform actions such as byte-compiling, linting, testing, etc.
1010

makem.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# * Commentary:
99

10-
# makem.sh is a script helps to build, lint, and test Emacs Lisp
10+
# makem.sh is a script that helps to build, lint, and test Emacs Lisp
1111
# packages. It aims to make linting and testing as simple as possible
1212
# without requiring per-package configuration.
1313

0 commit comments

Comments
 (0)