We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0311f5f commit a907889Copy full SHA for a907889
backend/compact-connect/stacks/persistent_stack/__init__.py
@@ -107,7 +107,7 @@ def __init__(
107
auto_delete_objects=removal_policy == RemovalPolicy.DESTROY,
108
)
109
110
- # This resource should not be reference directly as a cross stack reference, any reference should
+ # This resource should not be referenced directly as a cross stack reference, any reference should
111
# be made through the SSM parameter
112
self._data_event_bus = EventBus(self, 'DataEventBus')
113
# We Store the data event bus name in SSM Parameter Store
0 commit comments