File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ This example uses [`collective.easyform`](https://pypi.org/project/collective.ea
171171collective.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`:
217217collective.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
223223default_context :
@@ -261,7 +261,7 @@ branch=dev-branch-name
261261extras =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
267267default_context :
You can’t perform that action at this time.
0 commit comments