Skip to content

Commit

Permalink
docs: fixed typo in Amplitude.h (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
piechart authored Mar 6, 2021
1 parent 11022b8 commit ec55ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Amplitude/Amplitude.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ typedef NSDictionary *_Nullable (^AMPLocationInfoBlock)(void);
@property (nonatomic, assign) int eventUploadMaxBatchSize;

/**
The maximum number of events that can be stored lcoally. The default is 1000 events.
The maximum number of events that can be stored locally. The default is 1000 events.
*/
@property (nonatomic, assign) int eventMaxCount;

Expand Down

0 comments on commit ec55ba1

Please sign in to comment.