From 4b4578e59843cac76f3c2dc2c0b997f064abd413 Mon Sep 17 00:00:00 2001
From: Hugo Trentesaux <hugo@trentesaux.fr>
Date: Sat, 21 May 2022 18:49:39 +0200
Subject: [PATCH] fix(cucumber) typo in readme

---
 end2end-tests/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/end2end-tests/README.md b/end2end-tests/README.md
index c15fc019d..383016dd8 100644
--- a/end2end-tests/README.md
+++ b/end2end-tests/README.md
@@ -121,7 +121,7 @@ To run the cucumber tests, you will need to have the rust toolchain installed lo
 
 To run all the scenarios (there are many) use the command: `cargo cucumber`
 
-You can filter the `.feature` files to run with the option `i`, for instante:
+You can filter the `.feature` files to run with the option `i`, for instance:
 
 ```
 cargo cucumber -i monetary*
-- 
GitLab