Skip to content

Commit

Permalink
Fix minor typos in comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
piperchester authored Nov 22, 2016
1 parent 5eea7e2 commit 0f92c92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/omPrefixes.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
define(function() {
/**
* If the browsers follow the spec, then they would expose vendor-specific style as:
* If the browsers follow the spec, then they would expose vendor-specific styles as:
* elem.style.WebkitBorderRadius
* instead of something like the following, which would be technically incorrect:
* instead of something like the following (which is technically incorrect):
* elem.style.webkitBorderRadius
* Webkit ghosts their properties in lowercase but Opera & Moz do not.
* WebKit ghosts their properties in lowercase but Opera & Moz do not.
* Microsoft uses a lowercase `ms` instead of the correct `Ms` in IE8+
* erik.eae.net/archives/2008/03/10/21.48.10/
Expand Down

0 comments on commit 0f92c92

Please sign in to comment.