Skip to content

Commit

Permalink
add missing words
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa committed Nov 1, 2023
1 parent 5c6e68d commit d864e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/basics/101-125-summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit d864e47

Please sign in to comment.