Skip to content

Commit e1cbe64

Browse files
committed
Typos
1 parent 6fd14f6 commit e1cbe64

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.cookiecutter/includes/HACKING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Testing Manually
33
----------------
44

55
To test it manually you can install your local development copy of
6-
`tox-recreate` into the local development environment of another tox-using
6+
`tox-envfile` into the local development environment of another tox-using
77
project such as
88
[cookiecutter-pypackage-test](https://github.com/hypothesis/cookiecutter-pypackage-test):
99

@@ -21,19 +21,19 @@ project such as
2121
make --directory "/tmp/cookiecutter-pypackage-test" sure
2222
```
2323

24-
3. Uninstall the production copy of `tox-recreate` from `cookiecutter-pypackage-test`'s `.tox/.tox` venv:
24+
3. Uninstall the production copy of `tox-envfile` from `cookiecutter-pypackage-test`'s `.tox/.tox` venv:
2525

2626
```terminal
27-
/tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip uninstall tox-recreate
27+
/tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip uninstall tox-envfile
2828
```
2929

30-
4. Install your local development copy of tox-recreate into `cookiecutter-pypackage-test`'s `.tox/.tox` venv:
30+
4. Install your local development copy of `tox-envfile` into `cookiecutter-pypackage-test`'s `.tox/.tox` venv:
3131

3232
```terminal
3333
/tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip install -e .
3434
```
3535

36-
5. Now `cookiecutter-pypackage-test` commands will use your local development copy of `tox-recreate`:
36+
5. Now `cookiecutter-pypackage-test` commands will use your local development copy of `tox-envfile`:
3737

3838
```terminal
3939
make --directory "/tmp/cookiecutter-pypackage-test" test

HACKING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Testing Manually
105105
----------------
106106

107107
To test it manually you can install your local development copy of
108-
`tox-recreate` into the local development environment of another tox-using
108+
`tox-envfile` into the local development environment of another tox-using
109109
project such as
110110
[cookiecutter-pypackage-test](https://github.com/hypothesis/cookiecutter-pypackage-test):
111111

@@ -123,19 +123,19 @@ project such as
123123
make --directory "/tmp/cookiecutter-pypackage-test" sure
124124
```
125125

126-
3. Uninstall the production copy of `tox-recreate` from `cookiecutter-pypackage-test`'s `.tox/.tox` venv:
126+
3. Uninstall the production copy of `tox-envfile` from `cookiecutter-pypackage-test`'s `.tox/.tox` venv:
127127

128128
```terminal
129-
/tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip uninstall tox-recreate
129+
/tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip uninstall tox-envfile
130130
```
131131

132-
4. Install your local development copy of tox-recreate into `cookiecutter-pypackage-test`'s `.tox/.tox` venv:
132+
4. Install your local development copy of `tox-envfile` into `cookiecutter-pypackage-test`'s `.tox/.tox` venv:
133133

134134
```terminal
135135
/tmp/cookiecutter-pypackage-test/.tox/.tox/bin/pip install -e .
136136
```
137137

138-
5. Now `cookiecutter-pypackage-test` commands will use your local development copy of `tox-recreate`:
138+
5. Now `cookiecutter-pypackage-test` commands will use your local development copy of `tox-envfile`:
139139

140140
```terminal
141141
make --directory "/tmp/cookiecutter-pypackage-test" test

0 commit comments

Comments
 (0)