diff --git a/README.md b/README.md index 9ee235ea..718dac4c 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ It may have a strange name but using the universal selector (`*`) with the adjac } ``` -In this example, all elements in the flow of the document that proceed other elements will receive `margin-top: 1.5em`. +In this example, all elements in the flow of the document that precede other elements will receive `margin-top: 1.5em`. For more on the "lobotomized owl" selector, read [Heydon Pickering's post](http://alistapart.com/article/axiomatic-css-and-lobotomized-owls) on *A List Apart*. @@ -257,4 +257,4 @@ Now links that are inserted via a CMS, which don't usually have a `class` attrib ### Support -These protips work in current versions of Chrome, Firefox, Safari, and Edge, and in IE11. \ No newline at end of file +These protips work in current versions of Chrome, Firefox, Safari, and Edge, and in IE11.