Skip to content

Commit e47293d

Browse files
committed
[css-conditional-values] Typo
1 parent 31e2351 commit e47293d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-conditional-values/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Inline conditionals: The ''if()'' function
128128
The ''if()'' function allows authors to set a property value (or parts thereof) to different values based on certain conditions.
129129

130130
<pre class="prod def">
131-
<<if()>> = if( <<condition>>, <<if-true>> [, <<antecedent>>])
131+
<<if()>> = if( <<condition>>, <<consequent>> [, <<antecedent>>])
132132
<<consequent>> = <<declaration-value>>
133133
<<antecedent>> = <<declaration-value>>
134134
</pre>

0 commit comments

Comments
 (0)