Skip to content

Commit

Permalink
fix double quotes in 'People also ask' recipe title
Browse files Browse the repository at this point in the history
The font was interpreting both double quotes as being the closing
quote.
  • Loading branch information
nikochiko committed Oct 19, 2023
1 parent 267dae1 commit e1ab8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/RelatedQnA.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RelatedGoogleGPTResponse(GoogleGPTPage.ResponseModel):


class RelatedQnAPage(BasePage):
title = 'Generate "People Also Ask" SEO Content '
title = 'Generate People Also Ask SEO Content '
workflow = Workflow.RELATED_QNA_MAKER
slug_versions = ["related-qna-maker"]

Expand Down

0 comments on commit e1ab8fb

Please sign in to comment.