From d864e476f093d4a3ef29154c9cb34127d0aace5a Mon Sep 17 00:00:00 2001
From: Adina Wagner <adina.wagner@t-online.de>
Date: Wed, 1 Nov 2023 13:25:56 +0100
Subject: [PATCH] add missing words

---
 docs/basics/101-125-summary.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/basics/101-125-summary.rst b/docs/basics/101-125-summary.rst
index 8a2550245..5622f821d 100644
--- a/docs/basics/101-125-summary.rst
+++ b/docs/basics/101-125-summary.rst
@@ -14,7 +14,7 @@ your horizon about configurations of datasets:
   ``.datalad/config`` that apply to a specific dataset, but are committed and
   therefore distributed. More specialized scopes take precedence over more global scopes.
 
-- Almost all configurations can be set with the :gitcmd:`config`.
+- Almost all configurations can be set with the :gitcmd:`config` command.
   Its structure looks like this:
 
   .. code-block:: bash
@@ -32,7 +32,7 @@ your horizon about configurations of datasets:
   in a :gitcmd:`config` command.
 
 - The ``.gitattributes`` file is the only configuration file the :gitcmd:`config`
-  can not write to, because it has a different layout. However, run-procedures or
+  command can not write to, because it has a different layout. However, run-procedures or
   the user can write simple rules into it that determine which files are annexed
   and which are stored in Git.