summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Feng <erichfeng@gmail.com>2016-08-10 11:44:16 -0700
committerEric Feng <erichfeng@gmail.com>2016-08-10 11:44:16 -0700
commitc2be387c26b2069210d05fdc9aa6ccbf54abfe90 (patch)
treebaf4dead271d9db1a17636e990364407879f1b0e
parent22e405ee83add5cadab3316b44b239f2d3853ea9 (diff)
downloadraven-c2be387c26b2069210d05fdc9aa6ccbf54abfe90.tar.gz
docs typo fix
-rw-r--r--docs/integrations/flask.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/integrations/flask.rst b/docs/integrations/flask.rst
index 97be553..459c400 100644
--- a/docs/integrations/flask.rst
+++ b/docs/integrations/flask.rst
@@ -76,7 +76,7 @@ using ``SENTRY_USER_ATTRS``::
SENTRY_USER_ATTRS = ['username', 'first_name', 'last_name', 'email']
``email`` will be captured as ``sentry.interfaces.User.email``, and any
-additionl attributes will be available under
+additional attributes will be available under
``sentry.interfaces.User.data``
You can specify the types of exceptions that should not be reported by