Fix typos

This commit is contained in:
Dimitris Apostolou 2021-11-05 10:07:21 +02:00
parent 3068e6a168
commit 8c3f26fdbb
No known key found for this signature in database
GPG Key ID: 4B5D20E938204A8A
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Overall:
- Does the contribution referece an existing Issue?
- Does the contribution reference an existing Issue?
- Are the requirements well defined?

View File

@ -2,7 +2,7 @@
The SwiftLint configuration on this repo is based on the great work of the raywenderlich.com folks [The Official raywenderlich.com Swift Style Guide](https://github.com/raywenderlich/swift-style-guide).
The purpose of this guide is to provide a base format for our Swift codebase. This guide describes what are the rules enforced by our swift lint rules and should beused when contributing or reviewing code.
The purpose of this guide is to provide a base format for our Swift codebase. This guide describes what are the rules enforced by our swift lint rules and should be used when contributing or reviewing code.
These guides use SwiftLint as a standard. You can learn more about SwiftLint by visiting its [official documentation page](https://github.com/realm/SwiftLint).

View File

@ -9,7 +9,7 @@ When creating new files, please use the provided templates when applicable. You
# Type definition structure
When defining new type or modificating an existing one, please follow the convention below:
When defining new type or modifying an existing one, please follow the convention below:
````
Type