Skip to content

Commit

Permalink
Fix quotes (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 18, 2023
1 parent 9b6a27d commit 9d1af35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For other use cases, you can customize these configuration options in your ``con
{
'title': 'Page not found',
'body': '<h1>Page not found</h1>\n\nUnfortunately we couldn't find the content you were looking for.',
'body': "<h1>Page not found</h1>\n\nUnfortunately we couldn't find the content you were looking for.",
}
Type: dict
Expand Down

0 comments on commit 9d1af35

Please sign in to comment.