Skip to content

Commit

Permalink
Small typo fix (#26822)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrmartinez authored May 18, 2023
1 parent 3631765 commit 9d97062
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def youngest(request):

### Rendering data

Web frameworks often provide templating systems. These allow you to specify the structure of an output document, using placeholders for data that will be added when a page is generated. Templates are often used to create HTML, but can also create other types of document.
Web frameworks often provide templating systems. These allow you to specify the structure of an output document, using placeholders for data that will be added when a page is generated. Templates are often used to create HTML, but can also create other types of documents.

Web frameworks often provide a mechanism to make it easy to generate other formats from stored data, including {{glossary("JSON")}} and {{glossary("XML")}}.

Expand Down

0 comments on commit 9d97062

Please sign in to comment.