diff --git a/docs/usage.rst b/docs/usage.rst index dd582a2d8a9b..9f6781b34738 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -149,7 +149,7 @@ functions all allow passing additional data to be tagged onto the error. .. code-block:: javascript Raven.context({ - extra: {planet: {name: 'Earth'}}} + extra: {planet: {name: 'Earth'}} }, function () { /* ... */ }); // NOTE: Raven.wrap and Raven.context accept options as first argument