Fix whitespace in doc

llvm-svn: 250238
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: b34aa900fcfeed22989da1d5b309466633b6692b
diff --git a/docs/DesignDocs/CapturingConfigInfo.rst b/docs/DesignDocs/CapturingConfigInfo.rst
index 0f16ca1..73378a2 100644
--- a/docs/DesignDocs/CapturingConfigInfo.rst
+++ b/docs/DesignDocs/CapturingConfigInfo.rst
@@ -49,7 +49,7 @@
 #defines. The contents of the dummy header are then prependend to the installed
 __config header. By manually prepending the files we avoid the cost of an
 extra #include and we allow the __config header to be ignorant of the extra
- configuration all together. An example "__config" header generated when
+configuration all together. An example "__config" header generated when
 -DLIBCXX_ENABLE_THREADS=OFF is given to CMake would look something like:
 
 .. code-block:: cpp