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

Commit 45bfb0d

Browse files
etoledomkoke
andauthored
Fix typo on EditorServiceRemote.swift
Co-Authored-By: Jorge Bernal <[email protected]>
1 parent bcd579a commit 45bfb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPressKit/EditorServiceRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class EditorServiceRemote: ServiceRemoteWordPressComREST {
1818
}
1919
}
2020

21-
public func postDesignateMobileEditorForAllSites(_ editor: EditorSettings.Mobile, setOnlyIfEmptu: Bool = true, success: @escaping ([Int: EditorSettings.Mobile]) -> Void, failure: @escaping (Error) -> Void) {
21+
public func postDesignateMobileEditorForAllSites(_ editor: EditorSettings.Mobile, setOnlyIfEmpty: Bool = true, success: @escaping ([Int: EditorSettings.Mobile]) -> Void, failure: @escaping (Error) -> Void) {
2222
let endpoint = "me/gutenberg"
2323
let path = self.path(forEndpoint: endpoint, withVersion: ._2_0)
2424

0 commit comments

Comments
 (0)