website: Fix a missing word in the Module Composition page

This commit is contained in:
Colby Rome 2019-10-28 18:19:26 -04:00 committed by Martin Atkins
parent e44800a696
commit d58d91a6b2
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ reasons, certain infrastructure may be shared across multiple development
environments, while in production the infrastructure is unique and managed environments, while in production the infrastructure is unique and managed
directly by the production configuration. directly by the production configuration.
Rather than trying to write a module that itself tries detect whether something Rather than trying to write a module that itself tries to detect whether something
exists and create it if not, we recommend applying the dependency inversion exists and create it if not, we recommend applying the dependency inversion
approach: making the module accept the object it needs as an argument, via approach: making the module accept the object it needs as an argument, via
an input variable. an input variable.