From 2556f44219b30fde915ed1c9f93747de7327837f Mon Sep 17 00:00:00 2001 From: Sandra Snan Date: Fri, 4 Aug 2023 22:34:39 +0100 Subject: [PATCH] Fix typo in frontend management docs --- docs/docs/configuration/frontend_management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/frontend_management.md b/docs/docs/configuration/frontend_management.md index 5e4b9b051..bc5344826 100644 --- a/docs/docs/configuration/frontend_management.md +++ b/docs/docs/configuration/frontend_management.md @@ -26,7 +26,7 @@ config :pleroma, :frontends, } ``` -This would serve the frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself. You can choose the name and ref any way you like, but they will be used by mix tasks to automate installation in the future, the name referring to the project and the ref referring to a commit. +This would serve the frontend from the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself. You can choose the name and ref any way you like, but they will be used by mix tasks to automate installation in the future, the name referring to the project and the ref referring to a commit. Refer to [the frontend CLI task](../../administration/CLI_tasks/frontend) for how to install the frontend's files