Skip to content

Commit 8279ceb

Browse files
novilunijugmac00
authored andcommitted
fix some typos
1 parent ffb4975 commit 8279ceb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Bug report
3-
about: Something that does not works as expected
3+
about: Something that does not work as expected
44
title: ""
55
labels: bug:normal
66
assignees: ''

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ On [Stack Overflow (tagged with `tox`)](https://stackoverflow.com/questions/tagg
103103
Contributions are welcome. See [contributing](https://github.com/tox-dev/tox/blob/master/CONTRIBUTING.rst) and our
104104
[Contributor Covenant Code of Conduct](https://github.com/tox-dev/tox/blob/master/CODE_OF_CONDUCT.md).
105105

106-
Currently the [code](https://github.com/tox-dev/tox) and the [issues](https://github.com/tox-dev/tox/issues) are hosted
107-
on Github.
106+
Currently, the [code](https://github.com/tox-dev/tox) and the [issues](https://github.com/tox-dev/tox/issues) are hosted
107+
on GitHub.
108108

109109
The project is licensed under [MIT](https://github.com/tox-dev/tox/blob/master/LICENSE).

docs/drafts/extend-envs-and-packagebuilds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ To summarize - we would need a:
4747

4848
* reporting in detox is minimal (would need to improve)
4949
* restricting processes would be necessary depending on power of the machine
50-
(creating 16 processe on a dual core machine might be overkill)
50+
(creating 16 processes on a dual-core machine might be overkill)
5151
* port it from eventlets to threads?
5252

5353
### Concrete use case conda integration (started by Bruno)

docs/drafts/tox_conda_notes_niccodemus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ type=conda-env
3232
```
3333

3434
1. Create a new ``create_env_command`` option.
35-
;2. Create a new ``env_activate_command`` option (also consider how to make that platform dependent).
35+
2. Create a new ``env_activate_command`` option (also consider how to make that platform dependent).
3636
2. New substitution variable: {python_version} ('3.5', '2.7', etc')
3737
3. env type concept: different types change the default options.
3838

0 commit comments

Comments
 (0)