branch: elpa/swift-mode commit 1759977dd1294adfcbdb4c682f0bf6ce305bb052 Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Fix typo --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index abd9ad1..aba79f6 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ help: # Process this Makefile with following filters # # - Remove empty line. -# - Remove lien containing ## no-doc. +# - Remove line containing ## no-doc. # - Remove after colon if the line is not a comment line. # - Replace /^## / to " ". # - Remove other comment lines. diff --git a/README.md b/README.md index a5f9ef5..8619268 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ To build the package locally, run `make package`. You need [Cask](https://github To install the built package, run `make install`. -To run tests, run `make check`. +To run tests, run `make test`. For other commands, run `make help`.