diff --git a/docs/usage/helpers.md b/docs/usage/helpers.md index 06bfd37..4257c2e 100644 --- a/docs/usage/helpers.md +++ b/docs/usage/helpers.md @@ -25,7 +25,7 @@ Alternatively, you can pass the output as a second parameter: ```php @isfalse($variable) Goodbye World -@endistrue +@endisfalse ``` Alternatively, you can pass the output as a second parameter: @@ -57,7 +57,7 @@ Alternatively, you can pass the output as a second parameter: ```php @isnotnull($variable) There is something here. -@endisnull +@endisnotnull ``` Alternatively, you can pass the output as a second parameter: