πŸ“ Update documentation style guide to ES6 [ci skip]

This commit is contained in:
Steve Kinney 2016-05-04 10:55:05 -06:00
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 6fba72a40c
ΠšΠΎΠΌΠΌΠΈΡ‚ 178496afe5
1 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 1 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 1 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -92,7 +92,7 @@ a value it and its type is noted below. If you were to listen and respond to
this event it might look something like this:
```javascript
Alarm.on('wake-up', function(time) {
Alarm.on('wake-up', (time) => {
console.log(time)
})
```