Skip to content

Commit 474dbaa

Browse files
authored
Fix grammar and documentation url (#143)
1 parent 050a4ce commit 474dbaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ A considerable amount of maintainer effort can go into producing documentation
6161
that makes it easier for someone to contribute.
6262

6363
Some projects are less affected than others. That is usually related to how well
64-
do the potential contributors know the practices used by the project. Still, if
64+
the potential contributors know the practices used by the project. Still, if
6565
your project has a wide range of uses, you will quickly discover that newbie
6666
contributors may hit a knowledge wall. Such a barrier will likely prevent most
6767
of them from becoming active contributors. The remaining ones will flood the
@@ -81,7 +81,7 @@ three letters prefixes.
8181

8282
## Using mk to propose changes to projects
8383

84-
Instead of writing long list of tasks to follow, we can use a tool that tells
84+
Instead of writing a long list of tasks to follow, we can use a tool that tells
8585
him what to do next. For example, `mk` has a built-in command named `up(load)`
8686
that aims to ease preparing a local change from being proposed to the project.
8787

@@ -95,7 +95,7 @@ status or that the testing did not leave untracked files.
9595

9696
## Planned features
9797

98-
- Persistent state of each command run - This means that it will know if a
98+
- A persistent state of each command run - This means that it will know if a
9999
specific command was run and if it failed or not. The state would be linked to
100100
the repository state, so modifying a tracked file would reset the state to be
101101
unknown. (#20)

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
site_name: mk tool documentation
3-
site_url: https://mk2.readthedocs.io/
3+
site_url: https://mk.readthedocs.io/
44
repo_url: https://github.com/pycontribs/mk
55
edit_uri: blob/main/docs/
66
copyright: Copyright © 2021-2023 Sorin Sbarnea

0 commit comments

Comments
 (0)