Corrected typo post to page.

Corrected typo post to page.
This commit is contained in:
Praveen Kumar 2016-06-28 12:03:49 +01:00 committed by GitHub
parent 3514e98505
commit 490b27db8f
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ class pluginAPI extends Plugin {
$html .= '</div>';
$html .= '<div>';
$html .= '<p><b>Show post:</b> <a href="'.DOMAIN_BASE.'api/show/page/{PAGE-NAME}">'.DOMAIN_BASE.'api/show/page/{PAGE-NAME}</a></p>';
$html .= '<p><b>Show page:</b> <a href="'.DOMAIN_BASE.'api/show/page/{PAGE-NAME}">'.DOMAIN_BASE.'api/show/page/{PAGE-NAME}</a></p>';
$html .= '<div class="tip">Get a particular page, change the {PAGE-NAME} with the page friendly url.</div>';
$html .= '</div>';
@ -208,4 +208,4 @@ class pluginAPI extends Plugin {
header('Content-Type: application/json');
exit($json);
}
}
}