diff --git a/css-properties-values-api/Overview.bs b/css-properties-values-api/Overview.bs index ffab0359..44570c47 100644 --- a/css-properties-values-api/Overview.bs +++ b/css-properties-values-api/Overview.bs @@ -214,7 +214,7 @@ The following syntax strings are supported: : "<resolution>" :: Any valid <> value : "<transform-function>" -:: Any valie <> value +:: Any valid <> value : "<custom-ident>" :: Any valid <> value : Any string, the contents of which matches the <> production @@ -250,7 +250,7 @@ For example, the following are all valid syntax strings. and percentage values. : "<length-percentage>" :: accepts all values that "<length> | <percentage>" would - accept, as well as calc expresssions containing a combination of both length + accept, as well as calc expressions containing a combination of both length and percentage values. : "big | bigger | BIGGER" :: accepts the ident "big", or the ident "bigger", or the ident "BIGGER".