Skip to content

Commit 3f648ba

Browse files
Fix another typo
1 parent 9c135bd commit 3f648ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/experimental_taintUniqueValue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ experimental_taintUniqueValue(
192192
);
193193
```
194194

195-
Now whenever anyone tries to pass this password to a Client Component, or send the password to a Client Component with a Server Action, a error will be thrown with message you defined when you called `taintUniqueValue`.
195+
Now whenever anyone tries to pass this password to a Client Component, or send the password to a Client Component with a Server Action, an error will be thrown with message you defined when you called `taintUniqueValue`.
196196

197197
</DeepDive>
198198

0 commit comments

Comments
 (0)