Skip to content

Commit c5fe30f

Browse files
committedNov 10, 2022
FIXED: Typo
1 parent a69d2fa commit c5fe30f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎Documentation/DevelopperDocumentation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Developper Documentation
1+
# Developer Documentation
22

33
## **Introduction**
44

5-
This project is developped in C++ using the SFML library for the graphical part and Asio for the Network part.
5+
This project is developed in C++ using the SFML library for the graphical part and Asio for the Network part.
66

77
there is a link to their documentation below:
88
- [ASIO](https://think-async.com/Asio/asio-1.24.0/doc/)
@@ -71,7 +71,7 @@ We follow a specific commit message format, you can find it below:
7171
```
7272
Conjugated verb in preterit form and in upper case
7373
> [TYPE]: [MESSAGE]
74-
Exemples: > FIX: Fixed Network lag input
74+
Examples: > FIX: Fixed Network lag input
7575
> ADD: Added New boss on stage 3
7676
```
7777

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **R-TYPE** - *User Documentation*
22

3-
the developper documentation is available [here](Documentation/DevelopperDocumentation.md)
3+
The developer documentation is available [here](Documentation/DevelopperDocumentation.md)
44

55
## **Introduction**
66

0 commit comments

Comments
 (0)
Please sign in to comment.