Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 8ae7a48

Browse files
committed
Fixes things mentioned by @samsonasik
1 parent 3077ab3 commit 8ae7a48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/book/container/aura-di.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ injection container with the following features:
1818

1919
## Installing Aura.Di
2020

21-
Aura.Di v3 only implement [container-interop](https://github.com/container-interop/container-interop).
21+
Aura.Di v3 only implements [container-interop](https://github.com/container-interop/container-interop).
2222

2323
```bash
2424
$ composer require "aura/di:3.0.*@beta"

doc/book/container/bookdown.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{"Introduction": "intro.md"},
55
{"Container Factories": "factories.md"},
66
{"Using zend-servicemanager": "zend-servicemanager.md"},
7-
{"Using Pimple": "pimple.md"}
7+
{"Using Pimple": "pimple.md"},
88
{"Using Aura.Di": "aura-di.md"}
99
]
1010
}

0 commit comments

Comments
 (0)