File tree Expand file tree Collapse file tree
components/ComponentDoc/ComponentExample
examples/modules/Transition/Types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -516,7 +516,7 @@ Label.propTypes = {
516516
517517### Examples
518518
519- > This section is lacking in instruction as the the docs are set to be overhauled (PRs welcome!).
519+ > This section is lacking in instruction as the docs are set to be overhauled (PRs welcome!).
520520
521521Usage examples for a component live in ` docs/src/examples ` . The examples follow the SUI doc site examples.
522522
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const knobComponents = {
5050
5151/**
5252 * Renders a `component` and the raw `code` that produced it.
53- * Allows toggling the the raw `code` code block.
53+ * Allows toggling the raw `code` code block.
5454 */
5555class ComponentExample extends Component {
5656 static propTypes = {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const TransitionTypesExamples = () => (
88 < ExampleSection title = 'Types' >
99 < ComponentExample
1010 title = 'Transition'
11- description = 'A Transition animates a single child by toggling the the visible prop.'
11+ description = 'A Transition animates a single child by toggling the visible prop.'
1212 examplePath = 'modules/Transition/Types/TransitionExampleTransition'
1313 >
1414 < Message warning >
You can’t perform that action at this time.
0 commit comments