Skip to content

Commit ed7e37b

Browse files
committed
chore: fix typo
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 9f85b5d commit ed7e37b

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/error/to-json/test

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/error/to-json/test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ tape( 'if a `stack` property is not present, the JSON object will not include a
200200
defineProperty( err, 'stack', {
201201
'value': void 0,
202202
'enumerable': false,
203-
'configuable': true,
203+
'configurable': true,
204204
'writable': true
205205
});
206206

@@ -253,7 +253,7 @@ tape( 'if a `name` property is not present, the JSON object will not include a `
253253
defineProperty( err, 'name', {
254254
'value': void 0,
255255
'enumerable': false,
256-
'configuable': true,
256+
'configurable': true,
257257
'writable': true
258258
});
259259

0 commit comments

Comments
 (0)