Skip to content

Commit d3ed381

Browse files
authored
Fix typo (#87)
1 parent 980ba6d commit d3ed381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permissions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ There are four ways to control who can [read](/read) and [write](/write) data in
77

88
2. [Code](#code) (write only) - write code to check users permissions in collection functions
99

10-
3. [Encryption](#encryption) (read only) - data is public but encrypted, only unauthorized users can decrypt it
10+
3. [Encryption](#encryption) (read only) - data is public but encrypted, only authorized users can decrypt it
1111

1212
<Note>
1313
For read rules, the entire record is always returned. There is no way to define read rules for specific fields.

0 commit comments

Comments
 (0)