Skip to content

Commit

Permalink
fixup! fixup! fixup! Update documentation to fix markdownlint errors (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrich-schindler committed Sep 6, 2023
1 parent ad9eff5 commit ef504d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/FormLayout/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ work together yet 🎩.
## Custom Fields

You can even place any content you need into the FormLayout — just wrap it with
the [FormLayoutCustomField](#custom-fields) component. This layout
the FormLayoutCustomField component. This layout
helper ensures your content is properly spaced and aligned with to other
FormLayout elements. FormLayoutCustomFields are designed to work solely inside
the FormLayout component.
Expand Down
6 changes: 3 additions & 3 deletions src/components/Modal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ See [API](#api) for all available options.
Modal is decomposed into the following components:

- Modal
- ModalHeader
- [ModalHeader](#modalheader)
- ModalTitle
- ModalCloseButton
- ModalBody
- [ModalBody](#modalbody)
- ModalContent
(may be wrapped with [ScrollView](/components/ScrollView))
- ModalFooter
- [ModalFooter](#modalfooter)

Using different combinations, you can compose different kinds of modals,
e.g. dialog modal, blocking modal, scrollable modal, etc.
Expand Down
3 changes: 0 additions & 3 deletions src/docs/css-helpers/colors.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Colors

import { Playground } from 'docz'
import { Placeholder } from '../_components/Placeholder/Placeholder'

Helpers for text and background.

## Text Colors
Expand Down

0 comments on commit ef504d9

Please sign in to comment.