Skip to content

Commit 0564825

Browse files
committed
Fix grammar.
1 parent 214d4f0 commit 0564825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- php artisan vendor:publish --tag=datatables-buttons --force
99

1010
### XSS Protection
11-
All columns are now escaped by default to protect us XSS attack. To allow columns to have an html content, use `rawColumns` api.
11+
All columns are now escaped by default to protect us from XSS attack. To allow columns to have an html content, use `rawColumns` api.
1212

1313
```php
1414
Datatables::of(User::query())

0 commit comments

Comments
 (0)