From 40d34e3db2ce00bd374d612ca712e4637d3d5ee2 Mon Sep 17 00:00:00 2001 From: An Phan Date: Fri, 30 Jan 2015 14:46:42 +0800 Subject: [PATCH] Fixes a grammar error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0e181..ab05dd9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ This file contains a number of front-end interview questions that can be used wh #### HTML Questions: -* What's a `doctype` do? +* What does a `doctype` do? * What's the difference between standards mode and quirks mode? * What are the limitations when serving XHTML pages? * Are there any problems with serving pages as `application/xhtml+xml`?