1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00

fixing typo. "diretory" -> "directory" (#281)

Thx to @edjw
This commit is contained in:
Ed Johnson-Williams
2020-05-07 07:35:09 +01:00
committed by GitHub
parent ca61fc92e0
commit 0cd802de3b

View File

@@ -53,7 +53,7 @@ sudo mkdir -p /data/db
sudo chmod 777 /data/db
# starting from macOS 10.15 even the admin cannot create directory at root
# so lets create the db diretory under the home directory.
# so lets create the db directory under the home directory.
mkdir -p ~/data/db
# user account has automatically read and write permissions for ~/data/db.
```