Skip to content

Commit 5fcac20

Browse files
authored
Merge pull request plone#1406 from dbitouze/6-dev
Typo
2 parents db7b605 + 6b67847 commit 5fcac20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install/manage-add-ons-packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ This example uses [`collective.easyform`](https://pypi.org/project/collective.ea
171171
collective.easyform
172172
```
173173

174-
Add it to {file}`instance.yml` to let Zope know that this add-on should be loaded:
174+
Add it to {file}`instance.yaml` to let Zope know that this add-on should be loaded:
175175

176176
```{code-block} yaml
177177
:emphasize-lines: 3-6
@@ -217,7 +217,7 @@ Add the add-on to {file}`requirements.txt`:
217217
collective.easyform
218218
```
219219

220-
Add it to {file}`instance.yml` to let Zope know that this add-on should be loaded:
220+
Add it to {file}`instance.yaml` to let Zope know that this add-on should be loaded:
221221

222222
```yaml
223223
default_context:
@@ -261,7 +261,7 @@ branch=dev-branch-name
261261
extras=test
262262
```
263263

264-
Add it to {file}`instance.yml` to let Zope know that this add-on should be loaded:
264+
Add it to {file}`instance.yaml` to let Zope know that this add-on should be loaded:
265265

266266
```yaml
267267
default_context:

0 commit comments

Comments
 (0)