Skip to content

Commit e9f4e0a

Browse files
committed
Fix typo
1 parent 402273e commit e9f4e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Analytics/WooAnalytics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ private extension WooAnalytics {
216216
return updatedProperties
217217
}
218218

219-
/// Buildes the necesary properties for the `application_opened` event.
219+
/// Builds the necesary properties for the `application_opened` event.
220220
///
221221
func applicationOpenedProperties(_ configurationResult: Result<[WidgetInfo], Error>) -> [String: [String]] {
222222
guard let installedWidgets = try? configurationResult.get() else {

0 commit comments

Comments
 (0)