Skip to content

Commit d8a7ba7

Browse files
authored
Fix typo in SampleContent
1 parent 9b29993 commit d8a7ba7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/features/sample-content/SampleContent.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export function SampleContent(props) {
8686
variant="h4"
8787
sx={{ fontFamily: "noto-sans,sans-serif", marginBottom: "10px" }}
8888
>
89-
{"Welcome the Workspaces Sample Widget!"}
89+
{"Welcome to the Workspaces Sample Widget!"}
9090
</Typography>
9191
<Typography
9292
component="div"
@@ -115,10 +115,7 @@ export function SampleContent(props) {
115115
);
116116
}
117117

118-
// Hello.propTypes = {
119-
// firstname: PropTypes.string.isRequired
120-
// }
121118

122119
SampleContent.propTypes = {
123120
interactionId: PropTypes.string
124-
}
121+
}

0 commit comments

Comments
 (0)