Skip to content

Commit 29e0bb2

Browse files
committed
docs(remark): fixed typo in options docs
1 parent f15fee7 commit 29e0bb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/plugins/remark/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You can target specific pages using the `applyTo` field.
6060
The following applyTo values are supported:
6161

6262
- `"*"` applies to all pages
63-
- An array of on or more of the following page kinds: [`"Readme"`, `"Index"`, `"Module"`, `"Namespace"`, `"Document"`, `"Class"`, `"Interface"`, `"Enum"`, `"TypeAlias"`, `"Function"`, `"Variable"`].
63+
- An array of one or more of the following page kinds: [`"Readme"`, `"Index"`, `"Module"`, `"Namespace"`, `"Document"`, `"Class"`, `"Interface"`, `"Enum"`, `"TypeAlias"`, `"Function"`, `"Variable"`].
6464

6565
## remarkStringifyOptions
6666

packages/typedoc-plugin-remark/src/options/declarations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ import { validateRemarkPlugins } from './validation.js';
5656
* The following applyTo values are supported:
5757
*
5858
* - `"*"` applies to all pages
59-
* - An array of on or more of the following page kinds: [`"Readme"`, `"Index"`, `"Module"`, `"Namespace"`, `"Document"`, `"Class"`, `"Interface"`, `"Enum"`, `"TypeAlias"`, `"Function"`, `"Variable"`].
59+
* - An array of one or more of the following page kinds: [`"Readme"`, `"Index"`, `"Module"`, `"Namespace"`, `"Document"`, `"Class"`, `"Interface"`, `"Enum"`, `"TypeAlias"`, `"Function"`, `"Variable"`].
6060
*
6161
* @omitExample
6262
*/

0 commit comments

Comments
 (0)