From 118fe3c90bd7f1e82f8aac08c20bc0923db752ea Mon Sep 17 00:00:00 2001 From: Andrej Hudec Date: Sat, 21 Mar 2020 17:30:18 +0100 Subject: [PATCH] Fix small typo in documentation --- documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index e076568..3d8e825 100644 --- a/documentation.md +++ b/documentation.md @@ -687,7 +687,7 @@ $I->seeResponseMatchesJsonType([ // {'user_id': '1'} $I->seeResponseMatchesJsonType([ 'user_id' => 'string:>0', // works with strings as well -} +]); ?> ```