Skip to content

Commit c450565

Browse files
KyGuy2002shellscape
authored andcommitted
chore(repo): fix minify and pretty plugin docs titles (#347)
1 parent 00672a1 commit c450565

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/plugins/minify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Minify Plugin'
33
description: 'The Minify Plugin'
44
---
55

6-
## Inline Plugin
6+
## Minify Plugin
77

88
The `@jsx-email/plugin-minify` package provides a plugin to [minify](<https://en.wikipedia.org/wiki/Minification_(programming)>) an email's HTML output. This plugin is a `peerDependency` of `jsx-email` and is loaded automatically if the [`minify` render option](https://jsx.email/docs/core/render#method-options) is set.
99

docs/plugins/pretty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Pretty Plugin'
33
description: 'The Pretty Plugin'
44
---
55

6-
## Inline Plugin
6+
## Pretty Plugin
77

88
The `@jsx-email/plugin-pretty` package provides a plugin to format an email's HTML output in an easy-to-read format. This plugin is a `peerDependency` of `jsx-email` and is loaded automatically if the [`pretty` render option](https://jsx.email/docs/core/render#method-options) is set.
99

0 commit comments

Comments
 (0)