Skip to content

Commit a714ffc

Browse files
Update upgrading.md
1 parent f399c64 commit a714ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation/upgrading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Hyperstack::Application.acting_user_id
6262

6363
The simplest way to implement this change is a global search and replace in your project.
6464

65-
## There is a new concept of a base `HyperComponent` and `HyperStore` base class
65+
## There is a new concept of a base HyperComponent and HyperStore base class
6666

6767
In Hyperloop, all Components and Stores inherited from a base `Hyperloop::Component` class. In HyperStack (following the new Rails convention), we do not provide the base class but encourage you to create your own. This is very useful for containing methods that all your Components share.
6868

0 commit comments

Comments
 (0)