Skip to content

Commit a1df0c0

Browse files
committed
fixing typos
1 parent 63d7fd2 commit a1df0c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-properties-values-api/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The following syntax strings are supported:
214214
: "<resolution>"
215215
:: Any valid <<resolution>> value
216216
: "&lt;transform-function>"
217-
:: Any valie <<transform-function>> value
217+
:: Any valid <<transform-function>> value
218218
: "&lt;custom-ident>"
219219
:: Any valid <<custom-ident>> value
220220
: Any string, the contents of which matches the <<ident>> production
@@ -250,7 +250,7 @@ For example, the following are all valid syntax strings.
250250
and percentage values.
251251
: <code>"&lt;length-percentage>"</code>
252252
:: accepts all values that <code>"&lt;length> | &lt;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
254254
and percentage values.
255255
: <code>"big | bigger | BIGGER"</code>
256256
:: accepts the ident "big", or the ident "bigger", or the ident "BIGGER".

0 commit comments

Comments
 (0)