We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466c9f2 commit 32bd7fbCopy full SHA for 32bd7fb
docs/en/essentials/history-mode.md
@@ -50,7 +50,7 @@ const httpPort = 80
50
http.createServer((req, res) => {
51
fs.readFile('index.htm', 'utf-8', (err, content) => {
52
if (err) {
53
- console.log('We cannot open 'index.htm' file.')
+ console.log('We cannot open "index.htm" file.')
54
}
55
56
res.writeHead(200, {
0 commit comments