summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Van Goey <jeroen.vangoey@gmail.com>2023-01-25 11:22:07 +0100
committerGitHub <noreply@github.com>2023-01-25 11:22:07 +0100
commit35196c19b2c8ed75040e8fb681ead161627de10d (patch)
treef51901d5b4a872f2c6abff797cd3832d4e4f150c
parentb2e4f628fa7ad258d10173c5818ed65a8fddb10c (diff)
downloadsetuptools-scm-35196c19b2c8ed75040e8fb681ead161627de10d.tar.gz
Fix typo
`snipped` - > `snippet`
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 66264bb..fd2f18c 100644
--- a/README.rst
+++ b/README.rst
@@ -237,7 +237,7 @@ Usage from Docker
By default, docker will not copy the ``.git`` folder into your container.
Therefore, builds with version inference might fail.
-Consequently, you can use the following snipped to infer the version from
+Consequently, you can use the following snippet to infer the version from
the host os without copying the entire ``.git`` folder to your Dockerfile.
.. code:: dockerfile