Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 95b47eb

Browse files
thatshubhamgkalpak
authored andcommitted
docs(angular.errorHandlingConfig): fix typo (wether --> whether)
Closes angular#16935
1 parent 124241c commit 95b47eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/minErr.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var minErrConfig = {
3232
* non-positive or non-numeric value, removes the max depth limit.
3333
* Default: 5
3434
*
35-
* * `urlErrorParamsEnabled` **{Boolean}** - Specifies wether the generated error url will
35+
* * `urlErrorParamsEnabled` **{Boolean}** - Specifies whether the generated error url will
3636
* contain the parameters of the thrown error. Disabling the parameters can be useful if the
3737
* generated error url is very long.
3838
*
@@ -82,7 +82,7 @@ function isValidObjectMaxDepth(maxDepth) {
8282
* Since data will be parsed statically during a build step, some restrictions
8383
* are applied with respect to how minErr instances are created and called.
8484
* Instances should have names of the form namespaceMinErr for a minErr created
85-
* using minErr('namespace') . Error codes, namespaces and template strings
85+
* using minErr('namespace'). Error codes, namespaces and template strings
8686
* should all be static strings, not variables or general expressions.
8787
*
8888
* @param {string} module The namespace to use for the new minErr instance.

0 commit comments

Comments
 (0)