File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Modules/Sources/WordPressKitObjC Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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];
You can’t perform that action at this time.
0 commit comments