Skip to content

Commit 40fe74f

Browse files
authored
authentification -> authentication (#134)
1 parent 3578b20 commit 40fe74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development-guidelines/guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ We discussed the different upgradeability solutions in [our blogpost](https://bl
5252

5353
The architecture of your codebase should make your code easy to review. Avoid architectural choices that decrease the ability to reason about its correctness.
5454

55-
- **Split the logic of your system**, either through multiple contracts or by grouping similar functions together (for example, authentification, arithmetic, ...).
55+
- **Split the logic of your system**, either through multiple contracts or by grouping similar functions together (for example, authentication, arithmetic, ...).
5656
- **Write small functions, with a clear purpose.** This will facilitate easier review and allow the testing of individual components.
5757

5858
### Inheritance

0 commit comments

Comments
 (0)