Skip to content

Commit

Permalink
[en doc] double quotes in single quote (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored and posva committed Oct 9, 2017
1 parent 466c9f2 commit 32bd7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/essentials/history-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const httpPort = 80
http.createServer((req, res) => {
fs.readFile('index.htm', 'utf-8', (err, content) => {
if (err) {
console.log('We cannot open 'index.htm' file.')
     console.log('We cannot open "index.htm" file.')
}

res.writeHead(200, {
Expand Down

0 comments on commit 32bd7fb

Please sign in to comment.