Skip to content

Commit

Permalink
fix: modify typo (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
js87zz authored and 이재성 committed Jul 3, 2019
1 parent 7184c5c commit 1863246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataSource/gridAjax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default class GridAjax {
} else {
xhr.open(method, url);
// @TODO neeto to application/json content-type options and custom options(authorization, custom header etc..)
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoder');
xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
}
xhr.onreadystatechange = this.handleReadyStateChange;
}
Expand Down

0 comments on commit 1863246

Please sign in to comment.