mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: fixed some typo (#1373)
This commit is contained in:
@@ -18,7 +18,7 @@ extension AppDelegate {
|
||||
let args = CommandLine.arguments
|
||||
|
||||
if args.contains("--reset") {
|
||||
debug("Receive --reset argument. Reseting store (UserDefaults)...")
|
||||
debug("Receive --reset argument. Resetting store (UserDefaults)...")
|
||||
Store.shared.reset()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user