From 3a961dfb67ccc214fa101f5c1a187e2ed077673b Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 4 Nov 2022 00:27:23 +0100 Subject: [PATCH] docs: fix typo in repositories (#6942) # Pull Request Check List Resolves: #issue-number-here - [ ] Added **tests** for changed code. - [x] Updated **documentation** for changed code. Co-authored-by: Mathieu Kniewallner --- docs/repositories.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/repositories.md b/docs/repositories.md index 952ae6dbc76..f27c92ab0fa 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -249,7 +249,7 @@ manifest as long dependency resolution times when adding packages from this sour {{% /warning %}} -These package sources maybe configured via the following command in your project. +These package sources may be configured via the following command in your project. ```bash poetry source add testpypi https://test.pypi.org/simple/ @@ -286,7 +286,7 @@ inspecting it locally is the only remaining option. Some projects choose to release their binary distributions via a single page link source that partially follows the structure of a package page in [PEP 503](https://peps.python.org/pep-0503/). -These package sources maybe configured via the following command in your project. +These package sources may be configured via the following command in your project. ```bash poetry source add jax https://storage.googleapis.com/jax-releases/jax_releases.html