Skip to content

Commit df03ed0

Browse files
authored
docs: add missing comma to seo plugin doc (#11516)
Add missing comma <!-- Thank you for the PR! Please go through the checklist below and make sure you've completed all the steps. Please review the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository if you haven't already. The following items will ensure that your PR is handled as smoothly as possible: - PR Title must follow conventional commits format. For example, `feat: my new feature`, `fix(plugin-seo): my fix`. - Minimal description explained as if explained to someone not immediately familiar with the code. - Provide before/after screenshots or code diffs if applicable. - Link any related issues/discussions from GitHub or Discord. - Add review comments if necessary to explain to the reviewer the logic behind a change ### What? ### Why? ### How? Fixes # -->
1 parent e2cd07c commit df03ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/plugins/seo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ All types can be directly imported:
293293
import type {
294294
PluginConfig,
295295
GenerateTitle,
296-
GenerateDescription
296+
GenerateDescription,
297297
GenerateURL
298298
} from '@payloadcms/plugin-seo/types';
299299
```

0 commit comments

Comments
 (0)