Skip to content

Commit 1cc136d

Browse files
LordSimalADmad
andauthored
Apply suggestions from code review
Co-authored-by: ADmad <admad.coder@gmail.com>
1 parent 419393b commit 1cc136d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/appendices/5-4-migration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ triggers a warning. See [Component Alias Conflicts](../controllers/components#co
3636

3737
### Mailer
3838

39-
- The `Mailer::$name` property has been deprecated.
39+
- The `Mailer::$name` property is unused has been deprecated.
4040

4141
## New Features
4242

4343
### Core
4444

4545
- `PluginConfig::getInstalledPlugins()` was added to retrieve a list of all installed plugins
4646
including flags to indicate about their scope and state.
47-
- A BC compatible Container implementation has been added to the core. You can opt-in to use it instead of the current
47+
- A backwards compatible Container implementation has been added to the core. You can opt-in to use it instead of the current
4848
`league/container` implementation by setting `App.container` to `cake` inside your `config/app.php`.
4949
See [Dependency Injection Container](../development/dependency-injection) for more details.
5050

0 commit comments

Comments
 (0)