Skip to content

Commit b1a4c3c

Browse files
committed
review1
1 parent 7704976 commit b1a4c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chapter-8/Deploying – Time to Go Live!.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ app.use('/api', jsonServer.router('server/db.json'));
459459
**npm run build**
460460
**heroku local web**
461461

462-
在浏览器中打开 *http://localhost:5000* 成功了!
462+
在浏览器中打开 http://localhost:5000。 成功了!
463463

464464
![](imgs/8-17.png)
465465

chapter-9/What Is Next?.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ zero, then go to step 1."
136136

137137
而且我们的声音也是被硬编码在方程式:
138138

139-
```
139+
```html
140140
<template>
141141
<div id="app" class="container" v-noise="'brown'">
142142
</div>

0 commit comments

Comments
 (0)