Skip to content

Commit 6dda150

Browse files
authored
Merge pull request rails#54037 from jpaquim/fix-doc-file-reference
Fix reference to view file in getting-started tutorial
2 parents 08acbe0 + 6408b77 commit 6dda150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ Rails makes it easy to translate your app into other languages.
18621862
The `translate` or `t` helper in our views looks up a translation by name and
18631863
returns the text for the current locale.
18641864

1865-
In `app/products/index.html.erb`, let's update the header tag to use a
1865+
In `app/views/products/index.html.erb`, let's update the header tag to use a
18661866
translation.
18671867

18681868
```erb

0 commit comments

Comments
 (0)