summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlberto Vilches <albertothedev@protonmail.com>2023-05-02 20:45:18 +0200
committerGitHub <noreply@github.com>2023-05-02 20:45:18 +0200
commitbcc014c4e177cc4e8cf5ca8c24990908b507c0f8 (patch)
treeab68ef48c7c456dfa983981d8ae60d56c7587c33 /tests
parentc7f17bf25a1f814adefb4d4bb576afd069770581 (diff)
fix: typos (#1074)
Diffstat (limited to 'tests')
-rw-r--r--tests/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index 627c4caf..78967a96 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -53,7 +53,7 @@ testit --pdf
## Update expected images
If you created a new test or fixed a bug in an existing test, you need to update
the reference image used for comparison. For this, you can use the
-`UPDATE_EXPECT` environment varariable or the `--update` flag:
+`UPDATE_EXPECT` environment variable or the `--update` flag:
```bash
testit mytest --update
```