Pls fix small error in server.connect function description

On https://electricimp.com/docs/api/server/connect/ in example ConnectAndExecuteCallback.device.nut line 37: “connect(onConnectedTimeout, 30);” should be “connect(onConnectedCallback, 30);”, right?

Indeed it should - thanks for the spot, @jrsikken.