Skip to content

Commit

Permalink
docs(assert): fix haveResourceLike() doc typo (#11742)
Browse files Browse the repository at this point in the history
fix for a small typo I noticed
  • Loading branch information
tjenkinson committed Nov 27, 2020
1 parent 2f9e72d commit 4223e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/assert/lib/assertions/have-resource.ts
Expand Up @@ -32,7 +32,7 @@ export function haveResource(
}

/**
* Sugar for calling ``haveResources`` with ``allowValueExtension`` set to ``true``.
* Sugar for calling ``haveResource`` with ``allowValueExtension`` set to ``true``.
*/
export function haveResourceLike(
resourceType: string,
Expand Down

0 comments on commit 4223e0a

Please sign in to comment.