Skip to content

Commit

Permalink
Merge pull request #196 from boxed/patch-1
Browse files Browse the repository at this point in the history
Spelling fixes
  • Loading branch information
jheld authored Oct 28, 2021
2 parents c58940f + 9ba7e63 commit 4134b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Below are some of the settings you may want to use. These should be defined in y

* `DJANGO_EASY_AUDIT_DATABASE_ALIAS`

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

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

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

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

0 comments on commit 4134b15

Please sign in to comment.