Skip to content

Commit d1634b9

Browse files
stevepiercyjensens
authored andcommitted
single backticks for inline literals. split sentence.
1 parent 0bee0f7 commit d1634b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/classic-ui/portlets.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ This portlet class defines a portlet with the title "My Portlet" and the name "m
150150

151151
The message is set when the portlet is added and can be edited in the portlet's edit form.
152152

153-
To register this portlet with Plone, you will need to create a ``configure.zcml`` file that tells Plone about the portlet, and - after a restart - you can add it to a Plone page using the "manage portlets" screen.
153+
To register this portlet with Plone, you will need to create a `configure.zcml` file that tells Plone about the portlet.
154+
After a restart, you can add it to a Plone page using the "manage portlets" screen.
154155
Here is an example ``configure.zcml`` file that registers the MyPortlet class defined above:
155156

156157
```xml

0 commit comments

Comments
 (0)