mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-19 05:02:40 +08:00
Fix typo in writing stories section
This commit is contained in:
parent
65522e8eff
commit
a489d57297
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user