This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new b39f2a3d Fix spelling (#148)
b39f2a3d is described below
commit b39f2a3df0b2080501a3f6a4ada30b69ea0a5f91
Author: John Bampton <[email protected]>
AuthorDate: Sat May 14 20:30:32 2022 +1000
Fix spelling (#148)
---
DEVELOPMENT.md | 2 +-
MACOSX.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 6e260047..b72e2569 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -188,7 +188,7 @@ or read the [detailed MACOSX setup steps](MACOSX.md).
authentication: plain
enable_starttls_auto: true
- For more details, see the mail gem documention for
+ For more details, see the mail gem documentation for
[smtp](http://www.rubydoc.info/github/mikel/mail/Mail/SMTP),
[exim](http://www.rubydoc.info/github/mikel/mail/Mail/Exim),
[sendmail](http://www.rubydoc.info/github/mikel/mail/Mail/Sendmail),
diff --git a/MACOSX.md b/MACOSX.md
index 9a802324..8cf3bbc5 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -98,7 +98,7 @@ Installing this is optional, as the scripts are currently
only used for cron job
```
npm install -g puppeteer
```
-To enable easy access to the module, define the following enviroment variable:
+To enable easy access to the module, define the following environment variable:
```export NODE_PATH=$(npm root -g)```
For example this may produce
```NODE_PATH="/usr/local/lib/node_modules"```