Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if app.debug:
return response
```

This ensures that chromelogger is only active, if the apllication runs in debug-mode.
This ensures that chromelogger is only active, if the application runs in debug-mode.

## API Documentation

Expand Down
2 changes: 1 addition & 1 deletion chromelogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def table(*args):
_log(args)


# this is middleware for django. ater this module is installed just add
# this is middleware for django. after this module is installed just add
# "chromelogger.DjangoMiddleware" to your MIDDLEWARE_CLASSES in settings.py
#
# after that you can just
Expand Down