Skip to content

Commit c20ff6d

Browse files
authored
Fix natural language checks (john-bampton#225)
1 parent 84adbe6 commit c20ff6d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Explore and showcase the top GitHub user avatars in a modern, interactive grid.
3131

3232
## ⚡ Site Quickstart
3333

34-
1. **Clone the repo:**
34+
1. **Clone the repository:**
3535

3636
```bash
3737
git clone https://github.com/john-bampton/john-bampton.github.io.git
@@ -107,15 +107,15 @@ We welcome PRs, issues, and suggestions! Add a ⭐, fork, or help improve the gr
107107

108108
**Code Quality Reminder:**
109109

110-
- Always run `pre-commit run --all-files` before pushing or opening a pull request. This ensures your code is auto-formatted and passes all checks.
110+
- Always run `pre-commit run --all-files` before pushing or opening a pull request. This ensures your code is autoformatted and passes all checks.
111111
- If you don't have pre-commit installed, run:
112112

113113
```bash
114114
pip install pre-commit
115115
pre-commit install
116116
```
117117

118-
This sets up the hooks for your local repo.
118+
This sets up the hooks for your local repository.
119119

120120
---
121121

0 commit comments

Comments
 (0)