Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Mar 10, 2016
1 parent 005f0b6 commit f4dccd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-application-development-scala.md
Expand Up @@ -3,7 +3,7 @@
WAFの実例を通じて実際の雰囲気を掴みましょう。

## 目次
- 4.1 Scaratraとは
- 4.1 Scalatraとは
- 4.2 scala-Intern-Bookmarkとは
- 4.3 ブックマーク一覧を作ってみよう
- 4.3.1 URI設計
Expand Down Expand Up @@ -540,7 +540,7 @@ get("/bookmarks/:id") {

## この章のまとめ

- Scaratraによる開発の流れは
- Scalatraによる開発の流れは
- URIを決める
- URIControllerを紐付ける
- それに対応するControllerを書いて、Viewにデータを渡す
Expand Down

0 comments on commit f4dccd1

Please sign in to comment.