File tree 1 file changed +2
-2
lines changed
css-properties-values-api
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ The following syntax strings are supported:
214
214
: "<resolution>"
215
215
:: Any valid <<resolution>> value
216
216
: "<transform-function>"
217
- :: Any valie <<transform-function>> value
217
+ :: Any valid <<transform-function>> value
218
218
: "<custom-ident>"
219
219
:: Any valid <<custom-ident>> value
220
220
: Any string, the contents of which matches the <<ident>> production
@@ -250,7 +250,7 @@ For example, the following are all valid syntax strings.
250
250
and percentage values.
251
251
: <code> "<length-percentage>"</code>
252
252
:: accepts all values that <code> "<length> | <percentage>"</code> would
253
- accept, as well as calc expresssions containing a combination of both length
253
+ accept, as well as calc expressions containing a combination of both length
254
254
and percentage values.
255
255
: <code> "big | bigger | BIGGER"</code>
256
256
:: accepts the ident "big", or the ident "bigger", or the ident "BIGGER".
You can’t perform that action at this time.
0 commit comments