Skip to content

Commit 50ad089

Browse files
author
Seiichi Yonezawa
committed
Correct "view" to "views"
1 parent f02e021 commit 50ad089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/data_mapper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ get '/' do
4040
end
4141
```
4242

43-
Finally, the view at `./view/index.erb`:
43+
Finally, the view at `./views/index.erb`:
4444

4545
```erb
4646
<% @posts.each do |post| %>

0 commit comments

Comments
 (0)