Skip to content

Commit

Permalink
docs(misc): fix typos (#3837)
Browse files Browse the repository at this point in the history
* docs(CONTRIBUTING): Fix typo

* docs(ComponentExample): Fix typo

* docs(Types/index.js): Fix typo
  • Loading branch information
yuuyu00 authored and levithomason committed Dec 8, 2019
1 parent 6cc979d commit d100174
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ Label.propTypes = {

### Examples

>This section is lacking in instruction as the the docs are set to be overhauled (PRs welcome!).
>This section is lacking in instruction as the docs are set to be overhauled (PRs welcome!).
Usage examples for a component live in `docs/src/examples`. The examples follow the SUI doc site examples.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const knobComponents = {

/**
* Renders a `component` and the raw `code` that produced it.
* Allows toggling the the raw `code` code block.
* Allows toggling the raw `code` code block.
*/
class ComponentExample extends Component {
static propTypes = {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/examples/modules/Transition/Types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const TransitionTypesExamples = () => (
<ExampleSection title='Types'>
<ComponentExample
title='Transition'
description='A Transition animates a single child by toggling the the visible prop.'
description='A Transition animates a single child by toggling the visible prop.'
examplePath='modules/Transition/Types/TransitionExampleTransition'
>
<Message warning>
Expand Down

0 comments on commit d100174

Please sign in to comment.