Skip to content

Commit 53ff318

Browse files
authored
Commit: Fixed typos
1 parent fa05a04 commit 53ff318

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Contribution Guidelines
22

3-
Thank you for considering contributing to our Python Customtkiner snippets repository! I welcome any contributions that enhance the collection and make it more valuable for the community.
3+
Thank you for considering contributing to our Python CustomTkinter snippets repository! I welcome any contributions that enhance the collection and make it more valuable for the community.
44

55
## How to Contribute
66

77
1. Fork the repository to your GitHub account.
88
2. Clone the forked repository to your local machine:
99
```
10-
git clone https://github.com/AshhadDevLab/Customtkiner-Snippets.git
10+
git clone https://github.com/AshhadDevLab/CustomTkinter-Snippets.git
1111
```
1212
3. Create a new branch for your changes:
1313
```
@@ -23,10 +23,10 @@ Thank you for considering contributing to our Python Customtkiner snippets repos
2323
## Contribution Guidelines
2424

2525
- Ensure your code adheres to Python's [PEP 8 style guide](https://www.python.org/dev/peps/pep-0008/).
26-
- Each snippet should be self-contained and focused on a specific aspect of Customtkiner.
26+
- Each snippet should be self-contained and focused on a specific aspect of CustomTkinter.
2727
- Provide clear comments explaining the purpose and usage of the snippet.
2828
- If applicable, include a brief example or demonstration of the snippet's functionality.
2929
- Update the README.md file to reflect any new additions or changes.
3030
- Test your snippets thoroughly to ensure they work as expected.
3131

32-
I appreciate your contributions and look forward to making this repository a valuable resource for the Python Customtkiner community!
32+
I appreciate your contributions and look forward to making this repository a valuable resource for the Python CustomTkinter community!

0 commit comments

Comments
 (0)