Skip to content

Commit 05a85cc

Browse files
authored
Fix broken page links
The links from the include section now link to the `IncludeDefinition` correctly.
1 parent 406bba8 commit 05a85cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plop-load.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plop.load
2222
- **default:** `{ generators:true, helpers:false, partials:false, actionTypes:false }`
2323
- **optional**
2424

25-
`include` is an object that can contain 4 properties (`generators`, `helpers`, `partials`, and `actionTypes`). Each of these properties should have an [`IncludeDefinition`](#IncludeDefinition) as its value. Most of the time this object is not needed because the plopfile or `plop-pack` is able to specify a default [`IncludeDefinition`](#IncludeDefinition) to be used.
25+
`include` is an object that can contain 4 properties (`generators`, `helpers`, `partials`, and `actionTypes`). Each of these properties should have an [`IncludeDefinition`](#Interface-IncludeDefinition) as its value. Most of the time this object is not needed because the plopfile or `plop-pack` is able to specify a default [`IncludeDefinition`](#Interface-IncludeDefinition) to be used.
2626

2727
#### Interface `IncludeDefinition`
2828
- **Boolean:** `true` will include all assets, `false` will include non of them.

0 commit comments

Comments
 (0)