Skip to content

Commit feb23c6

Browse files
catgofireLog1x
authored andcommitted
Fix code typos (#21)
1 parent 7faa87e commit feb23c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/helpers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Alternatively, you can pass the output as a second parameter:
2525
```php
2626
@isfalse($variable)
2727
Goodbye World
28-
@endistrue
28+
@endisfalse
2929
```
3030

3131
Alternatively, you can pass the output as a second parameter:
@@ -57,7 +57,7 @@ Alternatively, you can pass the output as a second parameter:
5757
```php
5858
@isnotnull($variable)
5959
There is something here.
60-
@endisnull
60+
@endisnotnull
6161
```
6262

6363
Alternatively, you can pass the output as a second parameter:

0 commit comments

Comments
 (0)