From 2084d30fdf99762f8b7f158232823557be27154d Mon Sep 17 00:00:00 2001 From: Jared Date: Mon, 6 Apr 2015 15:46:57 -0400 Subject: [PATCH] Updated svg question grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d03b12..6165762 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ This file contains a number of front-end interview questions that can be used wh * What are the different ways to visually hide content (and make it available only for screen readers)? * Have you ever used a grid system, and if so, what do you prefer? * Have you used or implemented media queries or mobile specific layouts/CSS? -* Do you have any familiarity with styling SVG? +* Are you familiar with styling SVG? * How do you optimize your webpages for print? * What are some of the "gotchas" for writing efficient CSS? * What are the advantages/disadvantages of using CSS preprocessors?