Skip to content

Commit 22234b9

Browse files
committed
Fix English typos
1 parent 1a393bb commit 22234b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/configuration/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ on GitHub shows a typical requirements file.
2828

2929
## `pyproject.toml` - Install Python packages
3030

31-
To install your reprository like a Python package, you may include a
32-
`pyproject.toml` file. `repo2docker`install `pyproject.toml` files by running
31+
To install your repository like a Python package, you may include a
32+
`pyproject.toml` file. `repo2docker`installs `pyproject.toml` files by running
3333
`pip install -e .`.
3434

3535
(setup-py)=

repo2docker/buildpacks/pyproject/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Buildpack for Git repositories with pyproject.toml
22
3-
Support to pyproject.toml was added to pip v10.0,
3+
Support for pyproject.toml was added to pip v10.0,
44
see https://pip.pypa.io/en/latest/reference/build-system/pyproject-toml/.
55
"""
66

0 commit comments

Comments
 (0)