From 4752dea460448bad49205501acb0a7868de904e0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 9 Jan 2020 20:09:22 +0100 Subject: [PATCH] Fix the same typo's in Firefly III's example env file. https://github.com/firefly-iii/docker/pull/1 Courtesy of @techash --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index a95baef321..a7d8b4e6be 100644 --- a/.env.example +++ b/.env.example @@ -160,7 +160,7 @@ WINDOWS_SSO_KEY=AUTH_USER # field to sync as local username. ADLDAP_SYNC_FIELD=userprincipalname -# You can disable the X-Frame-Options header if it interfears with tools like +# You can disable the X-Frame-Options header if it interferes with tools like # Organizr. This is at your own risk. DISABLE_FRAME_HEADER=false @@ -191,7 +191,7 @@ DKR_RUN_REPORT=true # Generate OAuth2 keys. # When disabled, Firefly III won't attempt to generate OAuth2 Passport keys. This won't be an issue, IFF (if and only if) -# you had previously generated keys already and they're stored in your database for restauration. +# you had previously generated keys already and they're stored in your database for restoration. DKR_RUN_PASSPORT_INSTALL=true # Leave the following configuration vars as is.