Skip to content

Commit 9b44f1e

Browse files
polarbirkebastianallgeier
authored andcommitted
Fix typo in cookbook recipe "Going Headless"
1 parent c848bc0 commit 9b44f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/2_cookbook/9_setup/0_headless-getting-started/cookbook-recipe.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you visit `https://headless.test/api/query` in a browser you should get the f
6868

6969
```
7070

71-
This means the connection is working, however we have not yet authenticated so we are recieving a 403 error. At this point, it is useful to use a tool designed to help test APIs. We will use [Insomonia](https://insomnia.rest/) for the next steps.
71+
This means the connection is working, however we have not yet authenticated so we are recieving a 403 error. At this point, it is useful to use a tool designed to help test APIs. We will use [Insomnia](https://insomnia.rest/) for the next steps.
7272

7373
Set the user credentials under the Basic dropdown and set the query to POST using the local url to the headless system, for example: `https://headless.test/api/query`
7474

0 commit comments

Comments
 (0)