From 406b0eab0e5af8e99fde89fe6da0bc2569e92d18 Mon Sep 17 00:00:00 2001 From: bilogic <946010+bilogic@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:00:46 +0800 Subject: [PATCH] Update README.md fixed grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe06372..b9ba85a 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ apply this to each language you have groups in. #### Pages -If you have generated permissions for `Pages` you can toggle the page's navigation from sidebar and restricted access to the page. You can set this up manually but this package comes with a `HasPageShield` trait to speed up this process. All you have to do is use the trait in you pages: +If you have generated permissions for `Pages` you can toggle the page's navigation from sidebar and restrict access to the page. You can set this up manually but this package comes with a `HasPageShield` trait to speed up this process. All you have to do is use the trait in you pages: ```php