File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ var minErrConfig = {
32
32
* non-positive or non-numeric value, removes the max depth limit.
33
33
* Default: 5
34
34
*
35
- * * `urlErrorParamsEnabled` **{Boolean}** - Specifies wether the generated error url will
35
+ * * `urlErrorParamsEnabled` **{Boolean}** - Specifies whether the generated error url will
36
36
* contain the parameters of the thrown error. Disabling the parameters can be useful if the
37
37
* generated error url is very long.
38
38
*
@@ -82,7 +82,7 @@ function isValidObjectMaxDepth(maxDepth) {
82
82
* Since data will be parsed statically during a build step, some restrictions
83
83
* are applied with respect to how minErr instances are created and called.
84
84
* 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
86
86
* should all be static strings, not variables or general expressions.
87
87
*
88
88
* @param {string } module The namespace to use for the new minErr instance.
You can’t perform that action at this time.
0 commit comments