From 0cd802de3be4cdb476d27de7798a069b72c22110 Mon Sep 17 00:00:00 2001 From: Ed Johnson-Williams Date: Thu, 7 May 2020 07:35:09 +0100 Subject: [PATCH] fixing typo. "diretory" -> "directory" (#281) Thx to @edjw --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b94fe39..e149713 100644 --- a/README.md +++ b/README.md @@ -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. ```