Skip to content

Commit 23f9b42

Browse files
Update modules/ROOT/pages/import-word-with-jwt-authentication-with-PHP.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent f3600c0 commit 23f9b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)