Skip to content

Commit ddfb7a1

Browse files
authored
fixing typo. "diretory" -> "directory" (microsoft#281)
Thx to @edjw
1 parent 9303f3a commit ddfb7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ sudo mkdir -p /data/db
5353
sudo chmod 777 /data/db
5454

5555
# starting from macOS 10.15 even the admin cannot create directory at root
56-
# so lets create the db diretory under the home directory.
56+
# so lets create the db directory under the home directory.
5757
mkdir -p ~/data/db
5858
# user account has automatically read and write permissions for ~/data/db.
5959
```

0 commit comments

Comments
 (0)