We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff249a commit 3a826c6Copy full SHA for 3a826c6
singletons/query.php
@@ -168,7 +168,7 @@ function get_method($controller) {
168
return 'get_search_results';
169
} else if (is_home()) {
170
if (empty($_GET['json'])) {
171
- $json_api->error("Uknown method '$method'.");
+ $json_api->error("Unknown method '$method'.");
172
}
173
return 'get_recent_posts';
174
} else if (is_page()) {
0 commit comments