Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
micaherne authored Jan 10, 2025
1 parent 7cf95ca commit 3b7186d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-4.4/apis/core/di/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
:::

```php title="Resetting the Container"
\core\di::reset_container():
\core\di::reset_container();
```

:::danger
Expand Down

0 comments on commit 3b7186d

Please sign in to comment.