Skip to content

Commit 0e4385a

Browse files
authored
docs: Correct spelling of repetitive in readme.md (#431)
1 parent da652e4 commit 0e4385a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[![Api](https://img.shields.io/badge/docs-api-informational.svg)](https://midlevel.github.io/MLAPI/api/)
1616

1717

18-
The Unity MLAPI (Mid level API) is a framework that simplifies building networked games in Unity. It offers **low level** access to core networking while at the same time providing **high level** abstractions. The MLAPI aims to remove the repetetive tasks and reduces the network code dramatically, no matter how many of the **modular** features you use.
18+
The Unity MLAPI (Mid level API) is a framework that simplifies building networked games in Unity. It offers **low level** access to core networking while at the same time providing **high level** abstractions. The MLAPI aims to remove the repetitive tasks and reduces the network code dramatically, no matter how many of the **modular** features you use.
1919

2020
### Getting Started
2121
To get started, check the [Wiki](https://mlapi.network/wiki/).
@@ -77,4 +77,4 @@ public class Chat : NetworkedBehaviour
7777
```
7878

7979
### License
80-
[MIT License](LICENSE)
80+
[MIT License](LICENSE)

0 commit comments

Comments
 (0)