Skip to content

Commit

Permalink
📚 Fix Docs Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
diogosilva30 authored Apr 8, 2021
1 parent 539dea8 commit bc4d0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class BlogPostPage(SocialMediaSharablePageMixin, Page):
In this example we want to share the `title` of a page,
instead of the `search_description`.
"""
return page.title
return self.title
```


Expand Down

0 comments on commit bc4d0e3

Please # to comment.