We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 402273e commit e9f4e0aCopy full SHA for e9f4e0a
WooCommerce/Classes/Analytics/WooAnalytics.swift
@@ -216,7 +216,7 @@ private extension WooAnalytics {
216
return updatedProperties
217
}
218
219
- /// Buildes the necesary properties for the `application_opened` event.
+ /// Builds the necesary properties for the `application_opened` event.
220
///
221
func applicationOpenedProperties(_ configurationResult: Result<[WidgetInfo], Error>) -> [String: [String]] {
222
guard let installedWidgets = try? configurationResult.get() else {
0 commit comments