Skip to content

Commit

Permalink
Merge pull request web-platform-tests#2624 from zqzhang/typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
jdm committed Feb 26, 2016
2 parents c974be5 + da80dce commit c373682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion battery-status/battery-unplugging-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2>Preconditions</h2>
'fire a dischargingtimechange event.');
var onlevelchange_test = async_test(
'When the device is unplugged in and the battery level is updated, ' +
must set the level attribute\'s value and fire a levelchange event.');
'must set the level attribute\'s value and fire a levelchange event.');

var batterySuccess = function (battery) {
battery.onchargingchange = onchargingchange_test.step_func(function () {
Expand Down

0 comments on commit c373682

Please sign in to comment.