Skip to content

Commit 96b6345

Browse files
PHeanEXdavidism
authored andcommitted
Fix small grammar error (Of/Or) (pallets#2001)
1 parent 6e6c3a4 commit 96b6345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/errorhandling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ And then add this to your Flask app::
5151
from raven.contrib.flask import Sentry
5252
sentry = Sentry(app, dsn='YOUR_DSN_HERE')
5353

54-
Of if you are using factories you can also init it later::
54+
Or if you are using factories you can also init it later::
5555

5656
from raven.contrib.flask import Sentry
5757
sentry = Sentry(dsn='YOUR_DSN_HERE')

0 commit comments

Comments
 (0)