diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-19 10:12:46 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-01-19 10:12:46 +0100 |
commit | dec60afeae6ab0340db5f5ec651c3b002c404551 (patch) | |
tree | 07893af0a77875ea47220eaaa8aaf72af4d4f2d5 /www | |
parent | 1005916a545bce27a215e4ac78ef4236758345ad (diff) |
Fix a typo in build-site
A letter 'y' was missing in the word property at the end of the line.
Diffstat (limited to 'www')
-rw-r--r-- | www/www.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/www.org b/www/www.org index f9de036..669d297 100644 --- a/www/www.org +++ b/www/www.org @@ -36,7 +36,7 @@ i.e., a well-formed property list with alternating keys and values, or: In both cases, projects are configured by specifying property values. A project defines the set of files that are to be published, as well as the publishing configuration to use when publishing those files. When a project takes the -second form listed above, the individual members of the =:components= propert +second form listed above, the individual members of the =:components= property are taken to be sub-projects, which group together files requiring different publishing options. When you publish such a “meta-project”, all the components are also published, in the sequence given. |