From b8a4800a4341d9127d3f2eb696694d76dae1ec9e Mon Sep 17 00:00:00 2001 From: Brendan McCollam Date: Fri, 2 Oct 2020 12:55:18 +0100 Subject: [PATCH] Minor improvements to models.py help text. Fix typo, and very minor grammar changes. --- src/django_keycloak/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/django_keycloak/models.py b/src/django_keycloak/models.py index e837ae9..16efcb2 100644 --- a/src/django_keycloak/models.py +++ b/src/django_keycloak/models.py @@ -19,9 +19,9 @@ class Server(models.Model): max_length=255, blank=True, null=True, - help_text='URL on internal netwerk calls. For example when used with ' + help_text='URL for internal network calls. For example, when used with ' 'Docker Compose. Only supply when internal calls should go ' - 'to a different url as the end-user will communicate with.' + 'to a different url than the end-user will communicate with.' ) def __str__(self):