Skip to content

Commit 6596291

Browse files
committed
Documentation fixes
1 parent ee70fe5 commit 6596291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eleventy.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export default function (eleventyConfig: any) {
385385
}
386386
);
387387

388-
// Renders a link to a GitHub commit or pull request, in parentheses
388+
// Renders a link to a GitHub commit or pull request
389389
eleventyConfig.addShortcode("gh", (id: string) => {
390390
if (/^#\d+$/.test(id)) {
391391
const num = id.slice(1);

errata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The level 2 heading in the top-level section for each previous version should us
3030
## Erratum format
3131

3232
Each erratum should be in the following format
33-
(replacing `YYYY-MM-DD`, `Section Title`, `details of changes`, and `#NNNN`):
33+
(replacing `YYYY-MM-DD`, `Section Title`, `sectionid`, `details of changes`, and `#NNNN`):
3434

3535
```html
3636
<li>

0 commit comments

Comments
 (0)