From ef323dfa24cc5e0e751ce1df7b4141ac399b1867 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Wed, 28 Dec 2022 17:18:36 -0800 Subject: [PATCH] docs(config): Fix minor typo (#2785) --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index ed9e8d352..4ee3cefec 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -617,7 +617,7 @@ Python run External package builder ~~~~~~~~~~~~~~~~~~~~~~~~ -tox supports operating with externally built packages. External packages might be provided in two wayas: +tox supports operating with externally built packages. External packages might be provided in two ways: - explicitly via the :ref:`--installpkg ` CLI argument, - setting the :ref:`package` to ``external`` and using a tox packaging environment named ``_external``