Skip to content
This repository has been archived by the owner on Feb 15, 2025. It is now read-only.

Fix missing colons in Configuration docs #339

Merged
merged 1 commit into from
Jun 30, 2017
Merged

Fix missing colons in Configuration docs #339

merged 1 commit into from
Jun 30, 2017

Conversation

timomeh
Copy link
Contributor

@timomeh timomeh commented Jun 29, 2017

There were three typos in the Configuration docs, where a colon was missing in code examples.

Before:

module.exports = {
  babel {
    ...

After:

module.exports = {
  babel: {
    ...

There were three typos in the Configuration docs, where a colon was missing in code examples.

Before:

```js
module.exports = {
  babel {
    ...
```

After:


```js
module.exports = {
  babel: {
    ...
```
@insin
Copy link
Owner

insin commented Jun 30, 2017

D'oh, nice spot and thanks for the fix PR

@insin insin merged commit 6cac89b into insin:master Jun 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants