Skip to content

Commit 12fdb31

Browse files
committed
Update README.md
1 parent eaa8ebe commit 12fdb31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class App.Element.MainMenu extends App.Utility.Modal
224224
return this
225225
````
226226

227-
Inheritance from the generator can only come from a Utility class. Any custom class you wish to extend should be created as a Utility. The installer adds the line ```//= require_tree ./utilities``` before loading tree to handle this. If you have a utility that extends a utility, you should make sure the extended utility is loaded first by explicitly requiring it before the utilities tree.
227+
Inheritance from the generator can only come from a Utility class. Any class you wish to extend should be created as a Utility. The installer adds the line ```//= require_tree ./utilities``` before loading tree to handle this. If you have a utility that extends a utility, then make sure the extended utility is loaded first by explicitly requiring it before ```//= require_tree ./utilities```.
228228

229229

230230
### Custom Controllers

0 commit comments

Comments
 (0)