We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca530cf commit a204812Copy full SHA for a204812
misc_docs/syntax/decorator_tag.mdx
@@ -35,7 +35,7 @@ let mood2 = {
35
36
</CodeTab>
37
38
-Notice the different discriminators in the JS output: `TAG` in `mood` vs `kind` in `mood2`
+Notice the different discriminators in the JS output: `TAG` in `mood` vs `kind` in `mood2`.
39
40
Read more about [using `@tag` with variants](variant.md#tagged-variants).
41
0 commit comments