Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 49a1b83

Browse files
diegoreymendezjkmassel
authored andcommitted
Fixes some typos in the documentation.
1 parent d4893f2 commit 49a1b83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WordPressShared/Core/Analytics/AnalyticsEvent.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import Foundation
22

33
/// This struct represents an analytics event.
44
/// Declaring this class as final is a design choice to promote a simpler usage and implement events
5-
/// through parametrization of the `name` and `properties`.
5+
/// through parametrization of the `name` and `properties` properties.
66
///
7-
/// An example of a static event definition (in the client App or Pod)::
7+
/// An example of a static event definition (in the client App or Pod):
88
///
99
/// ~~~
1010
/// extension AnalyticsEvent {

0 commit comments

Comments
 (0)