Skip to content

Commit d7a0da1

Browse files
committed
Docs: Spell check
1 parent 1915862 commit d7a0da1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Dev server port.
280280

281281
Type: `Boolean`, default: `false`
282282

283-
Show or hide example code initially. It can be toggled in the UI by clicking the the Code button after each example.
283+
Show or hide example code initially. It can be toggled in the UI by clicking the Code button after each example.
284284

285285
#### `showUsage`
286286

docs/Development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
*For basics see [How to contribute](https://github.com/styleguidist/react-styleguidist/blob/master/.github/Contributing.md).*
44

5-
Styleguidist isn’t an ordinary single page app and some design decisions may look confusing to an outsider. In this guide we'll explain these decisions to un-confuse potential contributors.
5+
Styleguidist isn’t an ordinary single page app and some design decisions may look confusing to an outsider. In this guide well explain these decisions to un-confuse potential contributors.
66

77
The main thing is that we’re running two apps at the same time: user’s components and Styleguidist UI. They share a webpack configuration and have styles in the same scope (there’s only one scope in CSS). And we can control only one of these two apps: Styleguidist UI. That puts us under some restrictions:
88

docs/Thirdparties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ module.exports = {
147147

148148
### Styled Components
149149

150-
The [recommended way](https://github.com/styleguidist/react-styleguidist/issues/37#issuecomment-263502454) of using [Styled Components](https://styled-components.com/) is like this:
150+
The [recommended way](https://github.com/styleguidist/react-styleguidist/issues/37#issuecomment-263502454) of using [Styled Components](https://www.styled-components.com/) is like this:
151151

152152
```jsx
153153
import React from 'react';

0 commit comments

Comments
 (0)