Skip to content

Commit c1bf2a3

Browse files
authored
style: remove fancy quote
Signed-off-by: Athan <[email protected]>
1 parent d2f4685 commit c1bf2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/git_cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ git checkout develop
203203
git reset --hard upstream/develop
204204
```
205205

206-
> **Warning:** This will delete any changes you made to `develop`. Make sure you dont have important work in this branch before running this command.
206+
> **Warning:** This will delete any changes you made to `develop`. Make sure you don't have important work in this branch before running this command.
207207
208208
After updating `develop`, you can push it to your fork to keep everything in sync:
209209

0 commit comments

Comments
 (0)