diff --git a/README.md b/README.md index 661ef5a..a688b2b 100755 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ This file contains a number of front-end interview questions that can be used wh #### CSS Questions: -* What CSS selector specificity and how does it work? +* What is CSS selector specificity and how does it work? * What's the difference between "resetting" and "normalizing" CSS? Which would you choose, and why? * Describe Floats and how they work. * Describe z-index and how stacking context is formed.