Skip to content

Commit 1679443

Browse files
committed
Fix spelling
1 parent ad254da commit 1679443

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/classic-ui/views.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ http://localhost:8080/Plone/news/@@my-view
235235

236236
### Template slots
237237

238-
In the generated template above, we have a `fill-slot` attribute, which will fill the slot with the name `content-core`, which is defined in Plone's [main_template](https://github.com/plone/Products.CMFPlone/blob/master/Products/CMFPlone/browser/templates/main_template.pt).
238+
In the generated template above, we have a `fill-slot` attribute, which will fill the slot with the name `content-core`, which is defined in Plone's [`main_template`](https://github.com/plone/Products.CMFPlone/blob/master/Products/CMFPlone/browser/templates/main_template.pt).
239239
The following list shows the available options for `<metal fill-slot="">` in your template.
240240

241241
```{note}
@@ -665,7 +665,7 @@ Views are resolved with three inputs:
665665
The interface `zope.publisher.interfaces.browser.IBrowserRequest` is used.
666666

667667
`layer`
668-
: Theme layer and addon layer interface.
668+
: Theme layer and add-on layer interface.
669669
If not given, `zope.publisher.interfaces.browser.IDefaultBrowserLayer` is used.
670670

671671
Views return an HTTP request payload as the output.

styles/Vocab/Plone/accept.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ Barceloneta
55
buildout
66
npm
77
Plone
8+
portlet
9+
prerendered
810
Razzle
11+
renderer
912
RichText
13+
unregister
1014
viewlet
1115
Volto
1216
Zope

0 commit comments

Comments
 (0)