Skip to content

Commit 4674691

Browse files
Updated docs
1 parent c798449 commit 4674691

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

.github/WIKI/lifecycle.png

40.1 KB
Loading

.github/WIKI/lifecycle.sketch

432 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ It's recommended to build your entire project around these life cycle methods.
5858

5959
### Controllers
6060

61-
The controller is the core of your application, it is such important that each application should only contain a single controller. The controller is where your application will start from, from here all systems and services are registered. This can only be done during the OnInitialize method using the controller's Register method. For the controller to work it should be assined to one game object in your scene.
61+
The controller is the core of your application, it is of such importance that each application should only contain ome of it. The controller is where your application will start from and all systems and services are registered. This can only be done during the OnInitialize method using the controller's Register method. For the controller to work it should be assined to one game object in your scene.
6262

6363
```csharp
6464
public class MainController : Controller {

0 commit comments

Comments
 (0)