Skip to content

Commit bda4c25

Browse files
committed
refactor: 更正单词拼写错误
1 parent b5f3be5 commit bda4c25

File tree

1 file changed

+2
-2
lines changed
  • src/BootstrapBlazor/wwwroot/modules

1 file changed

+2
-2
lines changed

src/BootstrapBlazor/wwwroot/modules/ajax.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
let result = null;
1616
try {
17-
const toJson = opitons.toJson;
18-
delete options.toJson;
17+
const toJson = option.toJson;
18+
delete option.toJson;
1919
result = await fetch(option.url, {
2020
method: option.method,
2121
headers: {

0 commit comments

Comments
 (0)