Skip to content

Commit 2e1cc28

Browse files
Alex Zherdevgaearon
Alex Zherdev
authored andcommitted
Fix small typos in create-subscription readme (#12399)
1 parent a4cef29 commit 2e1cc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-subscription/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ const ReplaySubscription = createSubscription({
145145

146146
Below is an example showing how `create-subscription` can be used with native Promises.
147147

148-
**Note** that it an initial render value of `undefined` is unavoidable due to the fact that Promises provide no way to synchronously read their current value.
148+
**Note** that an initial render value of `undefined` is unavoidable due to the fact that Promises provide no way to synchronously read their current value.
149149

150150
**Note** the lack of a way to "unsubscribe" from a Promise can result in memory leaks as long as something has a reference to the Promise. This should be taken into consideration when determining whether Promises are appropriate to use in this way within your application.
151151

0 commit comments

Comments
 (0)