Fixed typos (#374)
Thank you @3kori for another batch of typo corrections!
This commit is contained in:
parent
df00a19818
commit
01e620fbb5
|
@ -16,7 +16,7 @@ an attachment named `docs/overview/screenshot.jpg` the `_id` will be the
|
||||||
filename of the attachment: `screenshot.jpg`.
|
filename of the attachment: `screenshot.jpg`.
|
||||||
|
|
||||||
Note that IDs are not globally unique! There is also the `_path` which is
|
Note that IDs are not globally unique! There is also the `_path` which is
|
||||||
the entire path if the record.
|
the entire path of the record.
|
||||||
|
|
||||||
The `_id` is automatically set and cannot be overridden.
|
The `_id` is automatically set and cannot be overridden.
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ The parameters being passed are:
|
||||||
[Build Program :ref](../../../build/program/) for more information)
|
[Build Program :ref](../../../build/program/) for more information)
|
||||||
|
|
||||||
!!!! Note that currently both the builder as well as the build state are
|
!!!! Note that currently both the builder as well as the build state are
|
||||||
undocumented and unsupported! This means that if a plugin choses to use those
|
undocumented and unsupported! This means that if a plugin chooses to use those
|
||||||
references to do something with it they should consider that they might break
|
references to do something with it they should consider that they might break
|
||||||
in future versions.
|
in future versions.
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ body:
|
||||||
|
|
||||||
Cleans the entire build folder.
|
Cleans the entire build folder.
|
||||||
|
|
||||||
If not build folder is provided, the default build folder of the project
|
If no build folder is provided, the default build folder of the project
|
||||||
in the Lektor cache is used.
|
in the Lektor cache is used.
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
|
@ -10,7 +10,7 @@ body:
|
||||||
|
|
||||||
`lektor plugins remove NAME`
|
`lektor plugins remove NAME`
|
||||||
|
|
||||||
This command can remove a plugion to the project again. The name
|
This command can remove a plugin to the project again. The name
|
||||||
of the plugin is the only argument to the function.
|
of the plugin is the only argument to the function.
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
|
@ -12,7 +12,7 @@ body:
|
||||||
|
|
||||||
The server command will launch a local server for development.
|
The server command will launch a local server for development.
|
||||||
|
|
||||||
Lektor's developemnt server will automatically build all files into
|
Lektor's development server will automatically build all files into
|
||||||
pages similar to how the build command with the `--watch` switch
|
pages similar to how the build command with the `--watch` switch
|
||||||
works, but also at the same time serve up the website on a local
|
works, but also at the same time serve up the website on a local
|
||||||
HTTP server.
|
HTTP server.
|
||||||
|
|
|
@ -206,7 +206,7 @@ locale = fr
|
||||||
```
|
```
|
||||||
|
|
||||||
### `[attachment_types]`
|
### `[attachment_types]`
|
||||||
Lektor does some basic attachment type detection based on file extension. This is what powers the `this.attachemnts.images` and `this.attachments.videos` attributes for instance. If the built-in map does not cover your file extension you can extend it or add new attachement types on a project by project basis.
|
Lektor does some basic attachment type detection based on file extension. This is what powers the `this.attachments.images` and `this.attachments.videos` attributes for instance. If the built-in map does not cover your file extension you can extend it or add new attachment types on a project by project basis.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue