Skip to content

Commit 3b7186d

Browse files
authored
Fix typo
1 parent 7cf95ca commit 3b7186d

File tree

1 file changed

+1
-1
lines changed
  • versioned_docs/version-4.4/apis/core/di

1 file changed

+1
-1
lines changed

versioned_docs/version-4.4/apis/core/di/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
219219
:::
220220

221221
```php title="Resetting the Container"
222-
\core\di::reset_container():
222+
\core\di::reset_container();
223223
```
224224

225225
:::danger

0 commit comments

Comments
 (0)