Skip to content

Commit 2668310

Browse files
stevepiercyjensens
authored andcommitted
grammar fix
1 parent 3b9fef4 commit 2668310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/portlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Assignment(base.Assignment):
8585
@property
8686
def title(self):
8787
"""This property is used to give the title of the portlet in the
88-
"manage portlets" screen. Heres, we use the message as a part of the title.
88+
"manage portlets" screen. Here we use the message as a part of the title.
8989
"""
9090
return f"Greeting: {self.message}"
9191

0 commit comments

Comments
 (0)