From 4394c39eb909f4a4feb72134b4ac699eb582c1cb Mon Sep 17 00:00:00 2001 From: Fiona Naughton Date: Mon, 22 Jan 2024 01:27:35 -0800 Subject: [PATCH] Update docs/source/reviewersguide.rst Co-authored-by: Irfan Alibay --- docs/source/reviewersguide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reviewersguide.rst b/docs/source/reviewersguide.rst index 2d2d085c..1cf9e747 100644 --- a/docs/source/reviewersguide.rst +++ b/docs/source/reviewersguide.rst @@ -69,7 +69,7 @@ On the PR - If the failure has a “The head commit for this pull_request event is not ahead of the base commit” error, tell the contributor to update the branch used in the PR so it is up-to-date with *main* (e.g. using `git rebase`) - - A failure on installing dependencies may be due the entires in the Kit’s `pyproject.toml` not + - A failure on installing dependencies may be due the entries in the Kit’s `pyproject.toml` not being properly defined