Skip to content

Commit

Permalink
Update svelte.md (#333)
Browse files Browse the repository at this point in the history
Fix typo

Co-authored-by: Pierre Wizla <pwizla@users.noreply.github.com>
  • Loading branch information
6vx and pwizla authored Jun 23, 2021
1 parent 40d31c9 commit 794a006
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ onMount(async () => {

Execute a `POST` request on the `restaurant` Collection Type in order to create a restaurant.

Be sure that you activated the `create` permission for the `restaurant` Collection Type and the `find` permission fot the `category` Collection type.
Be sure that you activated the `create` permission for the `restaurant` Collection Type and the `find` permission for the `category` Collection type.

In this example a `japanese` category has been created which has the id: 3.

Expand Down

0 comments on commit 794a006

Please sign in to comment.