Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/django_keycloak/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down