We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9303f3a commit ddfb7a1Copy full SHA for ddfb7a1
README.md
@@ -53,7 +53,7 @@ sudo mkdir -p /data/db
53
sudo chmod 777 /data/db
54
55
# starting from macOS 10.15 even the admin cannot create directory at root
56
-# so lets create the db diretory under the home directory.
+# so lets create the db directory under the home directory.
57
mkdir -p ~/data/db
58
# user account has automatically read and write permissions for ~/data/db.
59
```
0 commit comments