From cec0d0ff85cf92882ecb0f8fd994439131624d22 Mon Sep 17 00:00:00 2001 From: Dejavu Moe Date: Fri, 10 Mar 2023 19:42:24 +0800 Subject: [PATCH] Fix spell errors --- site/src/docs/configuration/frontend/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/docs/configuration/frontend/index.md b/site/src/docs/configuration/frontend/index.md index 68a5bc9707..78a72424e3 100644 --- a/site/src/docs/configuration/frontend/index.md +++ b/site/src/docs/configuration/frontend/index.md @@ -30,7 +30,7 @@ Example with all of the params: var remark_config = { host: 'https://remark42.example.com', site_id: 'my_site', - components: ['embeded', 'last-comments'] + components: ['embed', 'last-comments'] max_shown_comments: 100, theme: 'dark', page_title: 'My custom title for a page',