From: Dan Brown Date: Sat, 19 Sep 2020 22:09:08 +0000 (+0100) Subject: Fixed some wording in example env X-Git-Tag: v0.30.0~1^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/73b4c6d9476121da3dde71a363874217835a8a9d Fixed some wording in example env --- diff --git a/.env.example.complete b/.env.example.complete index d7dd02b9a..39e7b4360 100644 --- a/.env.example.complete +++ b/.env.example.complete @@ -272,8 +272,8 @@ API_MAX_ITEM_COUNT=500 # The number of API requests that can be made per minute by a single user. API_REQUESTS_PER_MIN=180 -# Enable the logging of failed email+password logins with the given message -# The defaul log channel below uses the php 'error_log' function which commonly +# Enable the logging of failed email+password logins with the given message. +# The default log channel below uses the php 'error_log' function which commonly # results in messages being output to the webserver error logs. # The message can contain a %u parameter which will be replaced with the login # user identifier (Username or email).