Skip to content

Commit 54fe858

Browse files
authored
fix(docs): rst syntax fix (#1090)
* With Sphinx, the title underlines need to be at least as long as the title * match heading lengths
1 parent 0b59724 commit 54fe858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/react.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,15 @@ This will result in errors being reported twice to Sentry with the above setup,
7676
Read more about error boundaries `in this blog post <https://blog.sentry.io/2017/09/28/react-16-error-boundaries>`_.
7777

7878
Redux
79-
----------------
79+
-----
8080
If you use `Redux <https://github.com/reactjs/redux>`_ there are some useful community maintained middleware packages
8181
for annotating error reports with useful information, such as store state and recent actions:
8282

8383
- `captbaritone/raven-for-redux <https://github.com/captbaritone/raven-for-redux>`_
8484
- `ngokevin/redux-raven-middleware <https://github.com/ngokevin/redux-raven-middleware>`_
8585

8686
Redux Sagas Middleware
87-
----------------
87+
----------------------
8888
If you're using `Redux Saga <https://github.com/redux-saga/redux-saga>`_ be
8989
aware that it does not bubble errors up to the browsers uncaught exception handler.
9090

0 commit comments

Comments
 (0)