Skip to content

Commit 1759977

Browse files
committed
Fix typo
1 parent 049c6d6 commit 1759977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ help:
1212
# Process this Makefile with following filters
1313
#
1414
# - Remove empty line.
15-
# - Remove lien containing ## no-doc.
15+
# - Remove line containing ## no-doc.
1616
# - Remove after colon if the line is not a comment line.
1717
# - Replace /^## / to " ".
1818
# - Remove other comment lines.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ To build the package locally, run `make package`. You need [Cask](https://github
178178

179179
To install the built package, run `make install`.
180180

181-
To run tests, run `make check`.
181+
To run tests, run `make test`.
182182

183183
For other commands, run `make help`.
184184

0 commit comments

Comments
 (0)