Fix the misuse of the word 'comprised' (#9603)

The proper use of "comprise" is "Array1 comprises item1, item2, and item3" 
which is equivalent to saying "Array1 is composed of item1, item2, and item3." 
That is, "comprises" is equivalent to "is composed of." Therefore, to say 
"Array1 is comprised of item1, item2, and item3" is equivalent to saying 
"Array1 IS IS COMPOSED OF OF item1, item2, and item3" which makes no
sense and is like "The La Trattoria" from Mickey Blue Eyes! This change fixes
the misuse of the word.
This commit is contained in:
Mark Maglana 2016-10-25 10:22:15 -07:00 committed by Paul Stack
parent 103bd1f1f8
commit 5e037421b5

View File

@ -80,7 +80,7 @@ The general structure should be intuitive and straightforward.
The `provider` block is used to configure the named provider, in
our case "aws." A provider is responsible for creating and
managing resources. Multiple provider blocks can exist if a
Terraform configuration is comprised of multiple providers,
Terraform configuration is composed of multiple providers,
which is a common situation.
The `resource` block defines a resource that exists within