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

Commit bb4da78

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

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
@@ -25,7 +25,7 @@ public class EditorServiceRemote: ServiceRemoteWordPressComREST {
2525
let parameters = [
2626
"platform": "mobile",
2727
"editor": editor.rawValue,
28-
"set_only_if_empty": setOnlyIfEmptu,
28+
"set_only_if_empty": setOnlyIfEmpty,
2929
] as [String: AnyObject]
3030

3131
wordPressComRestApi.POST(path, parameters: parameters, success: { (responseObject, httpResponse) in

0 commit comments

Comments
 (0)