Skip to content

Commit bfefb26

Browse files
Small typo in csrf-protection.js (#254)
* Small typo in csrf-protection.js Replace "each Inertia requests includes the necessary token" with "each Inertia request includes the necessary token" * Update csrf-protection.jsx --------- Co-authored-by: Pascal Baljet <[email protected]>
1 parent 659e258 commit bfefb26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/csrf-protection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function () {
2121
</Notice>
2222
<P>
2323
If your server-side framework includes cross-site request forgery (CSRF) protection, you'll need to ensure that
24-
each Inertia requests includes the necessary CSRF token for <Code>POST</Code>, <Code>PUT</Code>,{' '}
24+
each Inertia request includes the necessary CSRF token for <Code>POST</Code>, <Code>PUT</Code>,{' '}
2525
<Code>PATCH</Code>, and <Code>DELETE</Code> requests.
2626
</P>
2727
<P>

0 commit comments

Comments
 (0)