We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0743da1 commit 7171331Copy full SHA for 7171331
CONTRIBUTING.md
@@ -72,7 +72,7 @@ class About(Page):
72
73
```
74
75
-The `@app.page` tells Render Engine that we're build a single page vs a collection of pages.
+The `@app.page` tells Render Engine that we're building a single page vs a collection of pages.
76
77
The `class About(Page):` tells us about the Page object. Attributes will pass information on render engine and the jinja template that will be loaded
78
0 commit comments