Skip to content

Commit

Permalink
[docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
micaherne authored and sarjona committed Jan 13, 2025
1 parent 7cf95ca commit d6b8966
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/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
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
2 changes: 1 addition & 1 deletion versioned_docs/version-4.5/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 d6b8966

Please sign in to comment.