mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-16 15:56:33 +00:00
chore: add aknowledge->acknowledge to codespell dictionary
This commit is contained in:
parent
311dcd27a8
commit
4604e89b4f
@ -1 +1,2 @@
|
|||||||
boolen->boolean
|
boolen->boolean
|
||||||
|
aknowledge->acknowledge
|
||||||
|
@ -134,7 +134,7 @@ app.run(($timeout, DriveScannerService, DrivesModel, ErrorService, DriveSelector
|
|||||||
DriveScannerService.on('drives', (drives) => {
|
DriveScannerService.on('drives', (drives) => {
|
||||||
|
|
||||||
// Safely trigger a digest cycle.
|
// Safely trigger a digest cycle.
|
||||||
// In some cases, AngularJS doesn't aknowledge that the
|
// In some cases, AngularJS doesn't acknowledge that the
|
||||||
// available drives list has changed, and incorrectly
|
// available drives list has changed, and incorrectly
|
||||||
// keeps asking the user to "Connect a drive".
|
// keeps asking the user to "Connect a drive".
|
||||||
$timeout(() => {
|
$timeout(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user