Fix typo
This commit is contained in:
parent
5960014da9
commit
0af3732ea9
|
@ -2,7 +2,7 @@ import AppIntents
|
||||||
import WidgetKit
|
import WidgetKit
|
||||||
|
|
||||||
struct AccountWidgetConfiguration: WidgetConfigurationIntent {
|
struct AccountWidgetConfiguration: WidgetConfigurationIntent {
|
||||||
static let title: LocalizedStringResource = "Accoutn Widget Configuration"
|
static let title: LocalizedStringResource = "Account Widget Configuration"
|
||||||
static let description = IntentDescription("Choose the account for this widget")
|
static let description = IntentDescription("Choose the account for this widget")
|
||||||
|
|
||||||
@Parameter(title: "Account")
|
@Parameter(title: "Account")
|
||||||
|
|
Loading…
Reference in New Issue