Skip to content

Commit 66c7226

Browse files
ndmanvarHazAT
authored andcommitted
docs: Correct grammer and inconsistency (#1353)
1 parent 7544c4f commit 66c7226

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/config.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Those configuration options are documented below:
5959
.. versionadded:: 1.3.0
6060

6161
Typically this would be the server name, but that doesn’t exist on
62-
all platforms. Instead you may use something like the device ID, as it
62+
all platforms. Instead, you may use something like the device ID, as it
6363
indicates the host which the client is running on.
6464

6565
.. code-block:: javascript
@@ -83,9 +83,9 @@ Those configuration options are documented below:
8383

8484
.. describe:: whitelistUrls
8585

86-
The inverse of ``ignoreUrls``. Only report errors from whole urls
86+
The inverse of ``ignoreUrls``. Only report errors from whole URLs
8787
matching a regex pattern or an exact string. ``whitelistUrls`` should
88-
match the url of your actual JavaScript files. It should match the url
88+
match the URL of your actual JavaScript files. It should match the URL
8989
of your site if and only if you are inlining code inside ``<script>``
9090
tags. Not setting this value is equivalent to a catch-all and will not
9191
filter out any values.
@@ -115,7 +115,7 @@ Those configuration options are documented below:
115115
.. describe:: ignoreUrls
116116

117117
The inverse of ``whitelistUrls`` and similar to ``ignoreErrors``, but
118-
will ignore errors from whole urls matching a regex pattern or an
118+
will ignore errors from whole URLs matching a regex pattern or an
119119
exact string.
120120

121121
.. code-block:: javascript
@@ -126,11 +126,11 @@ Those configuration options are documented below:
126126
127127
.. describe:: includePaths
128128

129-
An array of regex patterns to indicate which urls are a part of your
129+
An array of regex patterns to indicate which URLs are a part of your
130130
app in the stack trace. All other frames will appear collapsed inside
131131
Sentry to make it easier to discern between frames that happened in
132132
your code vs other code. It'd be suggested to add the current page
133-
url, and the host for your CDN.
133+
URL, and the host for your CDN.
134134

135135
.. code-block:: javascript
136136
@@ -154,7 +154,7 @@ Those configuration options are documented below:
154154
An array of strings or regex patterns representing keys that should be scrubbed from the payload sent to Sentry.
155155
We'll go through every field in the payload and mask the values with simple `********` string instead.
156156
This will match *only* keys of the object, not the values.
157-
Sentry also sanitize all events sent to it on the server-side, but this allows you to strip the payload before it gets to the server.
157+
Sentry also sanitizes all events sent to it on the server-side, but this allows you to strip the payload before it gets to the server.
158158

159159

160160
.. code-block:: javascript
@@ -245,7 +245,7 @@ Those configuration options are documented below:
245245
.. describe:: captureUnhandledRejections
246246

247247
By default, Raven captures all unhandled promise rejections using standard ``unhandledrejection`` event.
248-
If you want to disable this behaviour, set this option to ``false``.
248+
If you want to disable this behavior, set this option to ``false``.
249249

250250
.. describe:: transport
251251

@@ -310,7 +310,7 @@ Those configuration options are documented below:
310310
}
311311
}
312312
313-
Headers value can be in form of a function, to compute value in time of a request:
313+
Headers value can be in the form of a function, to the compute value in time of a request:
314314

315315
.. code-block:: javascript
316316

0 commit comments

Comments
 (0)