Skip to content

Commit 1893137

Browse files
trigger build zip
1 parent 23c71bb commit 1893137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/feedzy-rss-feeds-actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ private function default_content() {
457457
* @return string
458458
*/
459459
private function chat_gpt_rewrite() {
460-
// Return prompt content if openAI class does not exist.
460+
// Return prompt content if openAI class doesn't exist.
461461
if ( ! class_exists( '\Feedzy_Rss_Feeds_Pro_Openai' ) ) {
462462
return $this->current_job->data->ChatGPT;
463463
}

0 commit comments

Comments
 (0)