Fix typo: "diretory" to "directory"

Fix typo: "diretory" to "directory"
This commit is contained in:
Grant Jenks
2021-03-25 22:20:47 -07:00
committed by GitHub
parent 2551c361eb
commit 4387ae2bb3

View File

@@ -45,7 +45,7 @@ A more complete workflow may require making a custom directory for your applicat
# creating storage for the app 'node-js-app'
mkdir -p /var/lib/dokku/data/storage/node-js-app
# set the diretory ownership. Below is an example for herokuish
# set the directory ownership. Below is an example for herokuish
# but see the `Directory Permissions` section for more details
chown -R 32767:32767 /var/lib/dokku/data/storage/node-js-app