Skip to content

Commit 14a10c7

Browse files
committed
Fix typo.
1 parent 3432911 commit 14a10c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html-builder-minified-ajax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Ajax is an option that you set to tell `dataTable` where to fetch it's data.
44
But unlike the regular ajax method, `minifiedAjax` minifies the url generated by dataTables by removing any unnecessary query parameters thus shortening the url
55
from approx 1500 url length down to 500.
6-
Shortening the URL will help us prevent any browser and development issues concerning the URL length existing the max allowed value.
6+
Shortening the URL will help us prevent any browser and development issues concerning the URL length exceeding the max allowed value.
77

88

99
**Syntax**

0 commit comments

Comments
 (0)