Merge pull request #114 from rex4539/typos

Fix typos
This commit is contained in:
Francisco Gindre 2021-11-05 08:20:23 -03:00 committed by GitHub
commit 23873cc757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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