Fix small grammar error (Of/Or) (#2001)
This commit is contained in:
parent
6e6c3a4636
commit
96b6345c1a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ And then add this to your Flask app::
|
|||
from raven.contrib.flask import Sentry
|
||||
sentry = Sentry(app, dsn='YOUR_DSN_HERE')
|
||||
|
||||
Of if you are using factories you can also init it later::
|
||||
Or if you are using factories you can also init it later::
|
||||
|
||||
from raven.contrib.flask import Sentry
|
||||
sentry = Sentry(dsn='YOUR_DSN_HERE')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue