Fixes a grammar error

This commit is contained in:
An Phan 2015-01-30 14:46:42 +08:00
parent 0fbb76f241
commit 40d34e3db2
1 changed files with 1 additions and 1 deletions

View File

@ -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`?