Skip to content

Commit 0d9e6cd

Browse files
committed
fix(swift): broken links updated
1 parent dcae394 commit 0d9e6cd

File tree

1 file changed

+1
-1
lines changed
  • src/fragments/lib-v1/project-setup/ios/combine

1 file changed

+1
-1
lines changed

src/fragments/lib-v1/project-setup/ios/combine/combine.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The `API.subscribe()` method exposes a `subscriptionDataPublisher` for the strea
107107

108108
##### `Hub.publisher(for:)`
109109

110-
The Amplify Hub category exposes only one Combine-related API: `Hub.publisher(for:)`, which returns a publisher for all events on a given channel. You can then apply the standard Combine [`filter`](<https://developer.apple.com/documentation/combine/publishers/filter) operator to inspect only those events you care about.
110+
The Amplify Hub category exposes only one Combine-related API: `Hub.publisher(for:)`, which returns a publisher for all events on a given channel. You can then apply the standard Combine [`filter`](<https://developer.apple.com/documentation/combine/publishers/filter>) operator to inspect only those events you care about.
111111

112112
##### `Storage` upload & download operations
113113

0 commit comments

Comments
 (0)