Skip to content

Commit

Permalink
docs: spell checking
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jan 6, 2021
1 parent ce1ead9 commit 56b8a4f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions plugins/addon-images/README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# Table of contents

- [In action](#in-action)
- [Overview](#overview)
- [Getting Started](#getting-started)
- [Install](#install)
- [Add to a document](#add-to-a-document)
- [Add to a story](#add-to-a-story)
- [Insert into an MDX document](#insert-into-an-mdx-document)
- [Configure props globally](#configure-props-globally)
- [API](#api)
- [<ins>ImagesBlock</ins>](#insimagesblockins)
- [<ins>overview</ins>](#insoverviewins)
- [<ins>customItems</ins>](#inscustomitemsins)
- [<ins>customConfigProps</ins>](#inscustomconfigpropsins)
- [In action](#in-action)
- [Overview](#overview)
- [Getting Started](#getting-started)
- [Install](#install)
- [Add to a document](#add-to-a-document)
- [Add to a story](#add-to-a-story)
- [Insert into an MDX document](#insert-into-an-mdx-document)
- [Configure props globally](#configure-props-globally)
- [API](#api)
- [<ins>ImagesBlock</ins>](#insimagesblockins)
- [<ins>overview</ins>](#insoverviewins)
- [<ins>customItems</ins>](#inscustomitemsins)
- [<ins>customConfigProps</ins>](#inscustomconfigpropsins)

# In action

[Example site](https://component-controls.com/api/esm-starter--overview/design)

# Overview

This addon contains a `ImagesBlock` that you can integrate into any page, as well as a standalone `ImagesPage`
This addon contains an `ImagesBlock` that you can integrate into any page, as well as a standalone `ImagesPage`

# Getting Started

Expand Down Expand Up @@ -54,7 +54,7 @@ export default {

## Add to a story

The images will be assigned only to the specific story. This allows multiple stories in the document to have different images associated with them.
The images will be assigned only to a specific story. This allows multiple stories in the document to have different images associated with them.

in `mystory.stories.tsx`

Expand Down
2 changes: 1 addition & 1 deletion plugins/addon-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {

## Add to a story

The notes will be assigned only to the specific story. This allows multiple stories in the document to have different notes associated with them.
The notes will be assigned only to a specific story. This allows multiple stories in the document to have different notes associated with them.

in `mystory.stories.tsx`

Expand Down
2 changes: 1 addition & 1 deletion plugins/figma-embed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default {

## Add to a story

The figma file will be assigned only to the specific story. This allows multiple stories in the document to have different figma files associated with them.
The figma file will be assigned only to a specific story. This allows multiple stories in the document to have different figma files associated with them.

in `mystory.stories.tsx`

Expand Down

0 comments on commit 56b8a4f

Please sign in to comment.