Skip to content

Commit

Permalink
Change X to lowercase for getSupport
Browse files Browse the repository at this point in the history
The object returns a lowercase x so it's misleading to have it as
uppercase in the documentation.
  • Loading branch information
josephrexme authored and Nyalab committed Mar 2, 2018
1 parent eaac367 commit f0c5d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _ask since which browsers versions a feature is available_
* `y`: Since which browser version the feature is available
* `n`: Up to which browser version the feature is unavailable
* `a`: Up to which browser version the feature is partially supported
* `X`: Up to which browser version the feature is prefixed
* `x`: Up to which browser version the feature is prefixed

```js
caniuse.getSupport('border-radius', true)
Expand Down

0 comments on commit f0c5d88

Please sign in to comment.