Fix typo in writing stories section

This commit is contained in:
Halit Ogunc 2019-10-10 17:23:23 +02:00
parent 65522e8eff
commit a489d57297

View File

@ -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',