Skip to content

Commit 792fc22

Browse files
committed
Improved wording on javascript getting started guide
1 parent 7ba3c63 commit 792fc22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/getting-started/javascript.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ npm install ably
5353

5454
h2(#step-1). Step 1: Connect to Ably
5555

56-
Clients establish a connection with Ably when they instantiate an SDK. This enables them to send and receive messages in realtime across channels.
56+
Clients establish a connection with Ably when they instantiate an SDK instance. This enables them to send and receive messages in realtime across channels.
5757

5858
* Open up the "dev console":https://ably.com/accounts/any/apps/any/console of your first app before instantiating your client so that you can see what happens.
5959

0 commit comments

Comments
 (0)