@@ -97,7 +97,7 @@ export class Template {
97
97
* Assert that a resource of the given type and properties exists in the
98
98
* CloudFormation template.
99
99
* By default, performs partial matching on the `Properties` key of the resource, via the
100
- * `Match.objectLike()`. To configure different behavour , use other matchers in the `Match` class.
100
+ * `Match.objectLike()`. To configure different behavior , use other matchers in the `Match` class.
101
101
* @param type the resource type; ex: `AWS::S3::Bucket`
102
102
* @param props the 'Properties' section of the resource as should be expected in the template.
103
103
*/
@@ -112,7 +112,7 @@ export class Template {
112
112
* Assert that a resource of the given type and given definition exists in the
113
113
* CloudFormation template.
114
114
* By default, performs partial matching on the resource, via the `Match.objectLike()`.
115
- * To configure different behavour , use other matchers in the `Match` class.
115
+ * To configure different behavior , use other matchers in the `Match` class.
116
116
* @param type the resource type; ex: `AWS::S3::Bucket`
117
117
* @param props the entire definition of the resource as should be expected in the template.
118
118
*/
@@ -138,7 +138,7 @@ export class Template {
138
138
* Assert that all resources of the given type contain the given definition in the
139
139
* CloudFormation template.
140
140
* By default, performs partial matching on the resource, via the `Match.objectLike()`.
141
- * To configure different behavour , use other matchers in the `Match` class.
141
+ * To configure different behavior , use other matchers in the `Match` class.
142
142
* @param type the resource type; ex: `AWS::S3::Bucket`
143
143
* @param props the entire definition of the resources as they should be expected in the template.
144
144
*/
@@ -153,7 +153,7 @@ export class Template {
153
153
* Assert that all resources of the given type contain the given properties
154
154
* CloudFormation template.
155
155
* By default, performs partial matching on the `Properties` key of the resource, via the
156
- * `Match.objectLike()`. To configure different behavour , use other matchers in the `Match` class.
156
+ * `Match.objectLike()`. To configure different behavior , use other matchers in the `Match` class.
157
157
* @param type the resource type; ex: `AWS::S3::Bucket`
158
158
* @param props the 'Properties' section of the resource as should be expected in the template.
159
159
*/
@@ -192,7 +192,7 @@ export class Template {
192
192
/**
193
193
* Assert that an Output with the given properties exists in the CloudFormation template.
194
194
* By default, performs partial matching on the resource, via the `Match.objectLike()`.
195
- * To configure different behavour , use other matchers in the `Match` class.
195
+ * To configure different behavior , use other matchers in the `Match` class.
196
196
* @param logicalId the name of the output. Provide `'*'` to match all outputs in the template.
197
197
* @param props the output as should be expected in the template.
198
198
*/
@@ -217,7 +217,7 @@ export class Template {
217
217
/**
218
218
* Assert that a Mapping with the given properties exists in the CloudFormation template.
219
219
* By default, performs partial matching on the resource, via the `Match.objectLike()`.
220
- * To configure different behavour , use other matchers in the `Match` class.
220
+ * To configure different behavior , use other matchers in the `Match` class.
221
221
* @param logicalId the name of the mapping. Provide `'*'` to match all mappings in the template.
222
222
* @param props the output as should be expected in the template.
223
223
*/
@@ -242,7 +242,7 @@ export class Template {
242
242
/**
243
243
* Assert that a Condition with the given properties exists in the CloudFormation template.
244
244
* By default, performs partial matching on the resource, via the `Match.objectLike()`.
245
- * To configure different behavour , use other matchers in the `Match` class.
245
+ * To configure different behavior , use other matchers in the `Match` class.
246
246
* @param logicalId the name of the mapping. Provide `'*'` to match all conditions in the template.
247
247
* @param props the output as should be expected in the template.
248
248
*/
0 commit comments