Skip to content

Commit

Permalink
Update wakelock_plus/lib/assets/no_sleep.js due to typo
Browse files Browse the repository at this point in the history
Co-authored-by: David Iglesias <ditman@gmail.com>
  • Loading branch information
diegotori and ditman authored Jan 8, 2025
1 parent f5d5bc4 commit 8f38c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wakelock_plus/lib/assets/no_sleep.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ var NoSleep = (function () {
var _this2 = this

if (nativeWakeLock) {
// Disalbe any previously held wakelocks.
// Disable any previously held wakelocks.
await this.disable()
if (_nativeEnabledCompleter == null) {
_nativeEnabledCompleter = new PromiseCompleter()
Expand Down

0 comments on commit 8f38c22

Please sign in to comment.