fix typo
This commit is contained in:
parent
c37ecae615
commit
53073e0ce4
|
@ -49,7 +49,7 @@ Each page is associated with a model and a template. Each page needs to have
|
|||
a model that defines which fields exist. The template by default matches the
|
||||
model name but it can be overridden on a per-page basis.
|
||||
|
||||
So how is the model selected? Either expicitly in the `contents.lr` file
|
||||
So how is the model selected? Either explicitly in the `contents.lr` file
|
||||
with the `_model` key or by configuration and convention. Lektor will
|
||||
select the default model based on trying things in this order:
|
||||
|
||||
|
|
Loading…
Reference in New Issue