This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 6c9de25 Update inversion-of-control-with-smart-defaults.adoc 6c9de25 is described below commit 6c9de258def1c4276be76146bf6e00ba79e876ea Author: Marty <marty.ko...@gmail.com> AuthorDate: Tue Feb 23 15:49:48 2021 +1030 Update inversion-of-control-with-smart-defaults.adoc Fixed a spelling error in the sentence: One of the downsides of wiring everything together using an IoC container like Spring is that you can often end up with huge amounts of XML configuring everything. Fixing up the words 'wiring' and 'end' --- .../modules/ROOT/pages/inversion-of-control-with-smart-defaults.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-manual/modules/ROOT/pages/inversion-of-control-with-smart-defaults.adoc b/docs/user-manual/modules/ROOT/pages/inversion-of-control-with-smart-defaults.adoc index 8c4b479..3c7a8a9 100644 --- a/docs/user-manual/modules/ROOT/pages/inversion-of-control-with-smart-defaults.adoc +++ b/docs/user-manual/modules/ROOT/pages/inversion-of-control-with-smart-defaults.adoc @@ -3,9 +3,9 @@ Inversion of Control is a powerful way of wiring together your beans so that the beans themselves can stay simple & be injected with their -dependencies by their IoC container. One of the downsides of wring +dependencies by their IoC container. One of the downsides of wiring everything together using an IoC container like Spring is that you can -often en up with huge amounts of XML configuring everything. +often end up with huge amounts of XML configuring everything. The Inversion Of Control With Smart Defaults pattern attempts to address this by providing in-built smart defaults into the system so that you