Skip to content

Commit e2cd07c

Browse files
authored
docs: fix typo in ecommerce template link in seo plugin docs (#15641)
Fixes typo in E-commerce Template URL (ecommere → ecommerce) in docs/plugins/seo.mdx.
1 parent 13a726a commit e2cd07c

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
@@ -312,7 +312,7 @@ const generateTitle: GenerateTitle<Page> = async ({ doc, locale }) => {
312312

313313
## Examples
314314

315-
The [Templates Directory](https://github.com/payloadcms/payload/tree/main/templates) contains an official [Website Template](https://github.com/payloadcms/payload/tree/main/templates/website) and [E-commerce Template](https://github.com/payloadcms/payload/tree/main/templates/ecommere) which demonstrates exactly how to configure this plugin in Payload and implement it on your front-end.
315+
The [Templates Directory](https://github.com/payloadcms/payload/tree/main/templates) contains an official [Website Template](https://github.com/payloadcms/payload/tree/main/templates/website) and [E-commerce Template](https://github.com/payloadcms/payload/tree/main/templates/ecommerce) which demonstrates exactly how to configure this plugin in Payload and implement it on your front-end.
316316

317317
## Screenshots
318318

0 commit comments

Comments
 (0)