From 1943149dbcbea6ad94d044aa4e3e212b05558f78 Mon Sep 17 00:00:00 2001 From: not-pyroman <45698803+not-pyroman@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:44:36 -0600 Subject: [PATCH] Correct the danger message It seems like this is supposed to say "compromised" and not "compensated" --- docs/install-from-scratch/environment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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