Skip to content

Commit 7cebc37

Browse files
Updated readme
1 parent 43dd79c commit 7cebc37

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
@@ -142,7 +142,7 @@ public class MainController : Controller {
142142
public class MovementComponent : System<MovementComponent, MovementSystem> { }
143143
```
144144

145-
_This secection of the documentation is in process!_
145+
_This section of the documentation is in process!_
146146

147147
### Systems
148148

@@ -152,7 +152,7 @@ _This secection of the documentation is in process!_
152152
public class MovementSystem : System<MovementSystem, MovementComponent> { }
153153
```
154154

155-
_This secection of the documentation is in process!_
155+
_This section of the documentation is in process!_
156156

157157
### Services
158158

@@ -162,4 +162,4 @@ _This secection of the documentation is in process!_
162162
public class AudioService : Service<AudioService> { }
163163
```
164164

165-
_This secection of the documentation is in process!_
165+
_This section of the documentation is in process!_

0 commit comments

Comments
 (0)