Skip to content

Commit 76a876c

Browse files
committed
resister -> register
<% %>-> {}
1 parent 77840e6 commit 76a876c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/3-web-servers/08-cookie/_samples/profile/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<button>ログイン</button>
1212
</form>
1313
<p>{warning}</p>
14-
<a href="/resister">新規登録</a>
14+
<a href="/register">新規登録</a>
1515
</body>
1616
</html>

docs/3-web-servers/08-cookie/_samples/profile/register.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>profile</title>
66
</head>
77
<body>
8-
<form method="post" action="/resistered">
8+
<form method="post" action="/registered">
99
<div>
1010
ユーザー名
1111
<input name="username" />
@@ -28,6 +28,6 @@
2828
</div>
2929
<button>新規登録</button>
3030
</form>
31-
<p><%= warning %></p>
31+
<p>{warning}</p>
3232
</body>
3333
</html>

0 commit comments

Comments
 (0)