You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ The remove feature is completely optional.
117
117
118
118
## Extending Controller
119
119
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:
121
121
122
122
```js
123
123
importNestedFormfrom"stimulus-rails-nested-form"
@@ -132,7 +132,7 @@ export default class extends NestedForm {
132
132
133
133
These controllers will automatically have access to targets defined in the parent class.
134
134
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.
0 commit comments