Skip to content

Commit 458927f

Browse files
committed
chore(community-toast): adjust documentation
1 parent f060d19 commit 458927f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/Toast/Toast.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,14 @@ Toast.propTypes = {
138138
*/
139139
dataId: PropTypes.string,
140140
/**
141-
* Optional link details taht will appear after the copy.
141+
* Optional link details that will appear after the copy.
142142
*/
143143
link: PropTypes.shape({
144144
href: PropTypes.string,
145145
text: PropTypes.string,
146146
}),
147147
/**
148-
* Optional variant to decide what kind of compoennt will be loaded.
148+
* Optional variant to decide what kind of component will be loaded.
149149
*/
150150
variant: PropTypes.oneOf([TOAST, DEFAULT, LIGHT]),
151151
}

packages/Toast/Toast.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
copy="Shopping Smartphones?"
99
variant="default"
1010
link={{
11-
href: 'wwww.google.com',
11+
href: 'wwww.telus.com',
1212
text: 'Click here',
1313
}}
1414
/>

0 commit comments

Comments
 (0)