Skip to content

Commit

Permalink
Update routes.md with typo fix (#1869)
Browse files Browse the repository at this point in the history
previsouly > previously
  • Loading branch information
altruity authored Oct 10, 2023
1 parent 49bbb4c commit 88f101f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This page is part of the back end customization examples cookbook. Please ensure

Out of the box, [FoodAdvisor](https://github.com/strapi/foodadvisor) does not control access to its content-type endpoints.

Let's say we [previsouly created a policy](/dev-docs/backend-customization/examples/policies) to restrict access to the "Reviews" content-type to some conditions, for instance to prevent a restaurant's owner to create a review for their restaurants. We must now enable the policy on the route we use to create reviews.
Let's say we [previously created a policy](/dev-docs/backend-customization/examples/policies) to restrict access to the "Reviews" content-type to some conditions, for instance to prevent a restaurant's owner to create a review for their restaurants. We must now enable the policy on the route we use to create reviews.

<SideBySideContainer>

Expand Down

1 comment on commit 88f101f

@vercel
Copy link

@vercel vercel bot commented on 88f101f Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.