Skip to content

Commit 39daa08

Browse files
author
Victor Widell
committed
Fixed word order.
Changed "the best next" to "the next best".
1 parent b508a21 commit 39daa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ <h3>Does Socket.IO support cross-domain connections?</h3>
447447
<p>Absolutely, on every browser!</p>
448448

449449
<h3>Why Flash?</h3>
450-
<p>Flash is absolutely <b>not required</b> for Socket.IO to function. If Flash is available, it'll be leveraged, as it provides almost the same capabilities as WebSocket. If it's not, the best next transport will be chosen.</p>
450+
<p>Flash is absolutely <b>not required</b> for Socket.IO to function. If Flash is available, it'll be leveraged, as it provides almost the same capabilities as WebSocket. If it's not, the next best transport will be chosen.</p>
451451

452452
<h3>I want to host the Socket.IO client myself</h3>
453453
<p>If you're not relying on Node.JS serving Socket.IO clientside JavaScript files, make sure you set the `WEB_SOCKET_SWF_LOCATION` right after including socket.io.js with the location of the WebSocketMain.swf</p>

0 commit comments

Comments
 (0)