Skip to content

Commit 9917294

Browse files
Update modules/ROOT/pages/export-to-word-with-jwt-authentication-with-PHP.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 9ce78e0 commit 9917294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/export-to-word-with-jwt-authentication-with-PHP.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include::partial$auth/document-converters/php/initial-project-setup.adoc[]
3636
'margin_bottom': '1in',
3737
'margin_left': '1in'
3838
},
39-
// export_token_provider fetches a token from the `/jwt.php` endpoint.
39+
// exportword_token_provider fetches a token from the `/jwt.php` endpoint.
4040
exportword_token_provider: () => {
4141
return fetch('http://localhost:3000/jwt.php', {
4242
method: 'POST',

0 commit comments

Comments
 (0)