Skip to content

Commit

Permalink
Fix typo in writing stories section (#8374)
Browse files Browse the repository at this point in the history
Fix typo in writing stories section
  • Loading branch information
shilman committed Oct 14, 2019
1 parent 2fdd4e3 commit a5cef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/basics/writing-stories/index.md
Expand Up @@ -237,7 +237,7 @@ Then for components that did have documentation, we might override it at the com
import React from 'react';
import MyComponent from './MyComponent';
import componentNotes from './notes.md';
import specialNotes from '/.special.md';
import specialNotes from './special.md';

export default {
title: 'MyComponent',
Expand Down

0 comments on commit a5cef76

Please sign in to comment.