Skip to content

Commit ca55d5a

Browse files
author
Emily Bourke
authored
docs(configuration): correct Condition reference (#6987)
Based on the name in the sidebar, I believe this should be called “Condition”, not “Condition.test”.
1 parent a4eb598 commit ca55d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/module.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ Indicate what parts of the module contain side effects. See [Tree Shaking](/guid
10281028

10291029
## Rule.test
10301030

1031-
Include all modules that pass test assertion. If you supply a `Rule.test` option, you cannot also supply a `Rule.resource`. See [`Rule.resource`](#ruleresource) and [`Condition.test`](#condition) for details.
1031+
Include all modules that pass test assertion. If you supply a `Rule.test` option, you cannot also supply a `Rule.resource`. See [`Rule.resource`](#ruleresource) and [`Condition`](#condition) for details.
10321032

10331033
## Rule.type
10341034

0 commit comments

Comments
 (0)