Skip to content

Commit

Permalink
getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed May 22, 2024
1 parent 72bbed2 commit 729f7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ if (file_exists($serializedContainerFile)) {
$di = $builder->configureCompiledInstance($di, $config_classes);
```

From this point on you can call `newInstance` or `get` the container.
From this point on you can call `newInstance` or `get` on the container.

0 comments on commit 729f7f2

Please sign in to comment.