From 060e47a60eeba191cf2b92e040daa3ea97e105af Mon Sep 17 00:00:00 2001 From: An Phan Date: Sat, 31 Jan 2015 11:59:03 +0800 Subject: [PATCH] Removed the extra backtick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a1414..932b2b1 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ This file contains a number of front-end interview questions that can be used wh * Have you played around with the new CSS Flexbox or Grid specs? * How is responsive design different from adaptive design? * Have you ever worked with retina graphics? If so, when and what techniques did you use? -* Is there any reason you'd want to use `translate()` instead of *absolute positioning*, or vice-versa? And why?` +* Is there any reason you'd want to use `translate()` instead of *absolute positioning*, or vice-versa? And why? #### JS Questions: