[web-bluetooth] Pull Request: Fix a typo in the characteristic's ReadValue function (Step 2)

zakorgy has just submitted a new pull request for 
https://github.com/WebBluetoothCG/web-bluetooth:

== Fix a typo in the characteristic's ReadValue function (Step 2) ==
Hi I'm working at the University of Szeged in the team working on Web 
Bluetooth in servo. I found a typo in function 
https://webbluetoothcg.github.io/web-bluetooth/#dom-bluetoothremotegattcharacteristic-readvalue
 (Step 2). In `this.characteristic.service.device.gatt` the 
characteristic does not have a `characteristic` field just a 
`service`. So in this case `this.service.device.gatt` should be the 
correct phrasing.

See https://github.com/WebBluetoothCG/web-bluetooth/pull/246

Received on Thursday, 30 June 2016 08:11:57 UTC