Skip to content

Commit 3556beb

Browse files
committed
Fixes typo in documentation
1 parent cd7b3c3 commit 3556beb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ to be **parent** and the second to be **child**.
5252
```
5353

5454
###### Rules:
55-
* Changig state of the parent item changes the state of all children items accorndantly
55+
* Changing state of the parent item changes the state of all children items accorndantly
5656
* If all children items are marked done, parent will also be marked as done
5757
* If parent is marked as done and one of the children changes state to not done
5858
parent will also be marked as not done

doc/vim-todo-lists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Example
7373
[ ] Child2
7474

7575
Rules:
76-
* Changig state of the parent item changes the state of all children items accorndantly
76+
* Changing state of the parent item changes the state of all children items accorndantly
7777
* If all children items are marked done, parent will also be marked as done
7878
* If parent is marked as done and one of the children changes state to not done
7979
parent will also be marked as not done

0 commit comments

Comments
 (0)