From e879dd5ddf01459e7d48cc7d035e9ac09f80f3f9 Mon Sep 17 00:00:00 2001 From: James Earl Douglas Date: Sat, 9 Feb 2019 10:10:12 -0700 Subject: [PATCH] Copy edit the docs: a the -> the [ci skip] --- Cabal/doc/installing-packages.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cabal/doc/installing-packages.rst b/Cabal/doc/installing-packages.rst index 2eb709e793f..7380de76efb 100644 --- a/Cabal/doc/installing-packages.rst +++ b/Cabal/doc/installing-packages.rst @@ -482,8 +482,8 @@ and all options specified with :option:`--configure-option` are passed on. detect and warn in this situation, but it is not perfect. In Cabal 2.0, support for a single positional argument was added to -``setup configure`` This makes Cabal configure a the specific component -to be configured. Specified names can be qualified with ``lib:`` or +``setup configure`` This makes Cabal configure the specific component to +be configured. Specified names can be qualified with ``lib:`` or ``exe:`` in case just a name is ambiguous (as would be the case for a package named ``p`` which has a library and an executable named ``p``.) This has the following effects: