Skip to content

fixing typos #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions css-properties-values-api/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ The following syntax strings are supported:
: "<resolution>"
:: Any valid <<resolution>> value
: "&lt;transform-function>"
:: Any valie <<transform-function>> value
:: Any valid <<transform-function>> value
: "&lt;custom-ident>"
:: Any valid <<custom-ident>> value
: Any string, the contents of which matches the <<ident>> production
Expand Down Expand Up @@ -250,7 +250,7 @@ For example, the following are all valid syntax strings.
and percentage values.
: <code>"&lt;length-percentage>"</code>
:: accepts all values that <code>"&lt;length> | &lt;percentage>"</code> 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.
: <code>"big | bigger | BIGGER"</code>
:: accepts the ident "big", or the ident "bigger", or the ident "BIGGER".
Expand Down