Skip to content

Commit 536947a

Browse files
committed
Merge pull request w3c#212 from dret/patch-1
fixing typos
2 parents 9b076e8 + a1df0c0 commit 536947a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-properties-values-api/Overview.bs

Lines changed: 2 additions & 2 deletions
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)