Skip to content

Commit e68ec69

Browse files
Fix a typo
Co-authored-by: Jeremy Massel <[email protected]>
1 parent c7a4722 commit e68ec69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/WordPressKitObjC/AccountServiceRemoteREST.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ - (void)getBlogsWithParameters:(NSDictionary *)parameters
382382
// and couldn't be accessed, we don't want to show this site in the app. These sites are filtered out by the
383383
// `site_activity=active` parameter.
384384
//
385-
// For reference, this paramter is hard-coded in "My Sites" in calyspo:
385+
// For reference, this paramter is hard-coded in "My Sites" in calypso:
386386
// https://github.com/Automattic/wp-calypso/blob/64806d21520e5489b30fbabf04e2f427a3ad392c/packages/api-core/src/me-sites/fetchers.ts#L30
387387
if (parameters[@"site_activity"] == nil) {
388388
NSMutableDictionary *updated = [NSMutableDictionary dictionaryWithDictionary:parameters];

0 commit comments

Comments
 (0)