Skip to content

Commit d100174

Browse files
yuuyu00levithomason
authored andcommitted
docs(misc): fix typos (#3837)
* docs(CONTRIBUTING): Fix typo * docs(ComponentExample): Fix typo * docs(Types/index.js): Fix typo
1 parent 6cc979d commit d100174

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
521521
Usage examples for a component live in `docs/src/examples`. The examples follow the SUI doc site examples.
522522

docs/src/components/ComponentDoc/ComponentExample/ComponentExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
5555
class ComponentExample extends Component {
5656
static propTypes = {

docs/src/examples/modules/Transition/Types/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)