From 96f26d3b9219b5c877b342bc645e69c2ba52b4f5 Mon Sep 17 00:00:00 2001 From: Johnny Lai Date: Fri, 4 Jan 2019 23:13:58 +0800 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 081799b6..e3c0983e 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ feature "Signing in" do end ``` -`feature` is in fact just an alias for `describe ..., type:> :feature`, +`feature` is in fact just an alias for `describe ..., type: :feature`, `background` is an alias for `before`, `scenario` for `it`, and `given`/`given!` aliases for `let`/`let!`, respectively.