Fixed typo (#508)

This commit is contained in:
Anant Murmu 2021-07-02 00:36:20 +05:30 committed by GitHub
parent 16e2e73336
commit 2e5660faf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ If you want to create a pull request, make sure that:
- Your code its easy to understand, maintainable, and modularized. You should also avoid code duplication wherever possible by adding functions to or using lain.helpers_. If something is unclear, or you can not write it in such a way that it will be clear, explain it with a comment.
- You test your changes before submitting to make sure that you code works and does not break other parts of the module.
- You test your changes before submitting to make sure that your code works and does not break other parts of the module.
- You update ``wiki`` submodule with a thorough section, if necessary.