Skip to content

Commit 4785789

Browse files
committed
Fix
1 parent d681844 commit 4785789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

010-code-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ should be two methods instead of one.
148148
public function login(bool $refreshPage = true): void;
149149
```
150150

151-
It Is better to be two methods:
151+
It is better to be two methods:
152152

153153
```php
154154
public function login(): void;

0 commit comments

Comments
 (0)