Skip to content

Commit 93a85fd

Browse files
committed
Fix a typo in the latest til
1 parent 755aded commit 93a85fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vim/read-in-the-contents-of-a-rails-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ quickly navigate to specific types of files with the `E` prefix. For
55
instance, `:Emodel` will scope you to just the models directory.
66

77
You can use this same approach with the `D` prefix. Instead of navigating to
8-
specified file though, this will read in the contents of that file into the
9-
current buffer.
8+
the specified file though, this will read in the contents of that file into
9+
the current buffer.
1010

1111
Do you need to copy and tweak the contents of a similar view? Open up your
1212
new view file (e.g. `:Eview posts/edit.html.erb`) and then enter `:Dview

0 commit comments

Comments
 (0)