Skip to content

Commit 87f3365

Browse files
committed
README typos fixed
1 parent 005c961 commit 87f3365

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Or install it yourself as:
2222

2323
## Usage
2424

25-
This gem extends some of the most commons Rails helpers, so the original helpers can be used in the same the way as before without any modification.
25+
This gem extends some of the most commons Rails helpers, so the original helpers can be used in the same way as before without any modification.
2626

27-
However, if you'd like to add some Vue directives, you should use consider this gem syntax. The following options applies for all the helpers the gem provides, which at the present time are: `link_to`, `content_tag` and `check_box_tag`.
27+
However, if you'd like to add some Vue directives, you should consider this gem syntax. The following options apply for all the helpers the gem provides, which at the present time are: `link_to`, `content_tag` and `check_box_tag`.
2828

29-
All the options are received as values of the `vue` key. This key is another option as `class` or `id`, which are officially supported by Rails helpers. So, a full example could be the next one:
29+
All the options are received as values of the `vue` key. This key is another option such as `class` or `id`, which are officially supported by Rails helpers. So, a full example could be the next one:
3030

3131
```ruby
3232
<%= link_to users_path,

0 commit comments

Comments
 (0)