Skip to content

Commit 32bd7fb

Browse files
JounQinposva
authored andcommitted
[en doc] double quotes in single quote (#1793)
1 parent 466c9f2 commit 32bd7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/en/essentials/history-mode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const httpPort = 80
5050
http.createServer((req, res) => {
5151
fs.readFile('index.htm', 'utf-8', (err, content) => {
5252
if (err) {
53-
console.log('We cannot open 'index.htm' file.')
53+
     console.log('We cannot open "index.htm" file.')
5454
}
5555

5656
res.writeHead(200, {

0 commit comments

Comments
 (0)