Skip to content

Commit 4134b15

Browse files
authored
Merge pull request #196 from boxed/patch-1
Spelling fixes
2 parents c58940f + 9ba7e63 commit 4134b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Below are some of the settings you may want to use. These should be defined in y
9595

9696
* `DJANGO_EASY_AUDIT_DATABASE_ALIAS`
9797

98-
By default it is the django `default` database alias. But for projects that have split databases,
98+
By default it is the Django `default` database alias. But for projects that have split databases,
9999
this is necessary in order to keep database atomicity concerns in check during signal handlers.
100100

101101
To clarify, this is only _truly_ necessary for the model signals.
@@ -147,7 +147,7 @@ Below are some of the settings you may want to use. These should be defined in y
147147
## What does it do
148148

149149
Django Easy Audit uses [Django signals](https://docs.djangoproject.com/en/dev/topics/signals/)
150-
to listen to the events happenning in your project, such as when a user creates, updates or deletes
150+
to listen to the events happening in your project, such as when a user creates, updates or deletes
151151
a registry. This applies to every model of every app in your project.
152152

153153
When any of these events takes place, Django Easy Audit will log it in the model `CRUDEvent`.

0 commit comments

Comments
 (0)