From ca6592275fb3edd4895b0b7699217a2f59072ad3 Mon Sep 17 00:00:00 2001 From: FTB_lag Date: Wed, 11 Jun 2025 02:57:08 +0300 Subject: [PATCH] fix(schema): typo --- packages/schema/src/res/stdlib.zmodel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/res/stdlib.zmodel b/packages/schema/src/res/stdlib.zmodel index dd92ff0ae..e174a5c37 100644 --- a/packages/schema/src/res/stdlib.zmodel +++ b/packages/schema/src/res/stdlib.zmodel @@ -537,7 +537,7 @@ attribute @@allow(_ operation: String @@@completionHint(["'create'", "'read'", " /** * Defines an access policy that allows the annotated field to be read or updated. - * You can pass a thrid argument as `true` to make it override the model-level policies. + * You can pass a third argument as `true` to make it override the model-level policies. * * @param operation: comma-separated list of "create", "read", "update", "delete". Use "all" to denote all operations. * @param condition: a boolean expression that controls if the operation should be allowed.