mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 22:41:29 +01:00
f7df10051c
I found a couple of cases where "it's" was being used instead of the correct "its", and went through and corrected a bunch of other instances I could find.
17 lines
493 B
Markdown
17 lines
493 B
Markdown
title: Project
|
|
---
|
|
type: class
|
|
---
|
|
module: lektor.project
|
|
---
|
|
summary: Provides access to a project file.
|
|
---
|
|
body:
|
|
|
|
The project class is one of the most basic classes that Lektor uses to
|
|
implement its building process. It's generated very early on when the
|
|
application needs to interact with the project file on disk. This
|
|
class is mostly useful for building scripts that use the Lektor API and
|
|
not so much in other situations as it's not directly playing a role in
|
|
the main build process.
|