We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6c3a4 commit 96b6345Copy full SHA for 96b6345
docs/errorhandling.rst
@@ -51,7 +51,7 @@ And then add this to your Flask app::
51
from raven.contrib.flask import Sentry
52
sentry = Sentry(app, dsn='YOUR_DSN_HERE')
53
54
-Of if you are using factories you can also init it later::
+Or if you are using factories you can also init it later::
55
56
57
sentry = Sentry(dsn='YOUR_DSN_HERE')
0 commit comments