Skip to content

Commit 48fac65

Browse files
authored
Merge pull request #2552 from gabrielyangzon/patch-1
Update part4.md bearer -> Bearer
2 parents 2311b97 + 97b788d commit 48fac65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ if (!decodedToken.id) {
223223

224224
When the identity of the maker of the request is resolved, the execution continues as before.
225225

226-
A new note can now be created using Postman if the <i>authorization</i> header is given the correct value, the string <i>bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ</i>, where the second value is the token returned by the <i>login</i> operation.
226+
A new note can now be created using Postman if the <i>authorization</i> header is given the correct value, the string <i>Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ</i>, where the second value is the token returned by the <i>login</i> operation.
227227

228228
Using Postman this looks as follows:
229229

0 commit comments

Comments
 (0)