Skip to content

Commit 95f763a

Browse files
committed
fix grammar
1 parent efe2a84 commit 95f763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/refine-dev-backend/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ We now have a working auth system that allows users to sign up and sign in.
154154

155155
### Set up access control
156156

157-
There are many ways to implement access control. People typically put the check in the API layer with imperative code. ZenStack offers a unique and powerful way to do it declaratively inside the database schema. Let's see how it work.
157+
There are many ways to implement access control. People typically put the check in the API layer with imperative code. ZenStack offers a unique and powerful way to do it declaratively inside the database schema. Let's see how it works.
158158

159159
First, let's initialize the project for ZenStack:
160160

0 commit comments

Comments
 (0)