diff --git a/docs/install-from-scratch/environment.mdx b/docs/install-from-scratch/environment.mdx index afbd3e0..06a3253 100644 --- a/docs/install-from-scratch/environment.mdx +++ b/docs/install-from-scratch/environment.mdx @@ -27,7 +27,7 @@ composer install --no-dev --optimize-autoloader ### Generate application key Now we can generate an application key, used to encrypt sensitive data on the application. :::danger -NEVER share this key. If this is exposed, all encrypted data on your instance (like passwords) will be compensated. +NEVER share this key. If this is exposed, all encrypted data on your instance (like passwords) will be compromised. ::: ```bash