Skip to content

Commit a5a3cad

Browse files
authored
Merge pull request #277 from ut-code/fix-express-exercise-typo
2 parents 7a43ec9 + 7f601ca commit a5a3cad

File tree

1 file changed

+2
-2
lines changed
  • docs/6-exercise/6-express-and-ejs

1 file changed

+2
-2
lines changed

docs/6-exercise/6-express-and-ejs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ app.listen(3000);
241241
![課題の例1](sample1.png)
242242
![課題の例2](sample2.png)
243243

244-
### 解答例 1(http 標準モジュール)
244+
### 解答例 1 (`http` 標準モジュール)
245245

246246
<ViewSource url={import.meta.url} path="_samples/faculty-list-html" noCodeSandbox />
247247

248-
### 解答例 2(Express)
248+
### 解答例 2 (Express)
249249

250250
<ViewSource url={import.meta.url} path="_samples/faculty-list-express" noCodeSandbox />

0 commit comments

Comments
 (0)