Skip to content

Commit ad94849

Browse files
authored
Fix typo: https -> http (#153)
1 parent 51f0465 commit ad94849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async function main() {
109109
await topic.create();
110110
}
111111
const createSubscriptionResponse = await topic.createSubscription('my_subscription', {
112-
pushEndpoint: 'https://localhost:8080',
112+
pushEndpoint: 'http://localhost:8080',
113113
});
114114
}
115115

0 commit comments

Comments
 (0)