From e0bfccf6c3fe78a2a17ff05885b50155da552ab4 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 7 Oct 2021 09:49:06 +0200 Subject: [PATCH] fixing typos --- docs/admin/settings.md | 6 +++--- docs/start/config.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/admin/settings.md b/docs/admin/settings.md index a3579f2..ca845f8 100644 --- a/docs/admin/settings.md +++ b/docs/admin/settings.md @@ -4,17 +4,17 @@ title: InvenTree Admin Settings ## Admin Settings -InvenTree ships with a lot of dynmaic settings. While [config file settings](../start/config.md) require access to the webserver on which InvenTree is hosted these can be changed by all admins of the server. +InvenTree ships with a lot of dynamic settings. While [config file settings](../start/config.md) require access to the webserver on which InvenTree is hosted these can be changed by all admins of the server. ### User Settings -Change how InvenTree apears to the individual user and configure login and user data. +Change how InvenTree appears to the individual user and configure login and user data. ### Global Settings #### Login Settings -Change how logins, password-forgt, signups are handled. +Change how logins, password-forgot, signups are handled. | Settings Name | Type | Description | Default | | --- | --- | --- | --- | diff --git a/docs/start/config.md b/docs/start/config.md index 21e99b6..e2fce84 100644 --- a/docs/start/config.md +++ b/docs/start/config.md @@ -144,7 +144,7 @@ The login-experience can be altered with the following settings: ### Authentication Backends -Custom authentication backends can be used by specifying them here. These can for exampel be used to add [LDAP / AD login](https://django-auth-ldap.readthedocs.io/en/latest/) to InvenTree +Custom authentication backends can be used by specifying them here. These can for example be used to add [LDAP / AD login](https://django-auth-ldap.readthedocs.io/en/latest/) to InvenTree ## Other Options