Skip to content

Commit 5e17b7f

Browse files
Fix some typos and improve Markdown in README
1 parent 84fb30c commit 5e17b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The remove feature is completely optional.
117117

118118
## Extending Controller
119119

120-
You can use inheritance to extend the functionality of any Stimulus components.
120+
You can use inheritance to extend the functionality of any Stimulus component:
121121

122122
```js
123123
import NestedForm from "stimulus-rails-nested-form"
@@ -132,7 +132,7 @@ export default class extends NestedForm {
132132

133133
These controllers will automatically have access to targets defined in the parent class.
134134

135-
If you override the connect, disconnect or any other methods from the parent, you'll want to call `super.method()` to make sure the parent functionality is executed.
135+
If you override the `connect`, `disconnect` or any other methods from the parent, you'll want to call `super.method()` to make sure the parent functionality is executed.
136136

137137
## Development
138138

0 commit comments

Comments
 (0)