Skip to content

Commit 704fb24

Browse files
DoctorFTBymc9
andauthored
fix(schema): typo "third" (#2145)
Co-authored-by: Yiming <[email protected]>
1 parent d8cbfbb commit 704fb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schema/src/res/stdlib.zmodel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ attribute @@allow(_ operation: String @@@completionHint(["'create'", "'read'", "
537537

538538
/**
539539
* Defines an access policy that allows the annotated field to be read or updated.
540-
* You can pass a thrid argument as `true` to make it override the model-level policies.
540+
* You can pass a third argument as `true` to make it override the model-level policies.
541541
*
542542
* @param operation: comma-separated list of "create", "read", "update", "delete". Use "all" to denote all operations.
543543
* @param condition: a boolean expression that controls if the operation should be allowed.

0 commit comments

Comments
 (0)