Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
minor grammar
  • Loading branch information
brettz9 committed Dec 1, 2012
1 parent d3e56e2 commit 4427734
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
@@ -1,7 +1,7 @@
Xccessors (cross-browser accessors) is a JavaScript shim that implements the legacy or
standard methods for defining and looking up accessors (getters and setters) of objects.

**Please note**: Internet Explorer 8 only supports getters and setters on the DOM, it's
**Please note**: Internet Explorer 8 only supports getters and setters on the DOM, its
prototypes (document, Element.prototype, etc.), and the window object. As long as you are
setting an accessor on the window object, a DOM element, or a DOM prototype, Xccessors
should work fine in every browser.
Expand Down

0 comments on commit 4427734

Please sign in to comment.