From 6ae9e79b8be5b6a70e2951ed804de413b03b62e4 Mon Sep 17 00:00:00 2001 From: Claudia Barcelo Date: Fri, 7 Jun 2024 13:01:06 +0200 Subject: [PATCH] fix: beutify --- docs/advanced/psp/managing-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced/psp/managing-plugins.md b/docs/advanced/psp/managing-plugins.md index 4c44c234..f5a1fead 100644 --- a/docs/advanced/psp/managing-plugins.md +++ b/docs/advanced/psp/managing-plugins.md @@ -19,7 +19,7 @@ This is why we see the installation process in two phases: The `PluginSetupProcessor` is the Aragon contract in charge of invoking the `prepareInstallation()` function from your plugin's `PluginSetup` contract and use it to prepare the installation and (eventually) apply it once it has been approved by the DAO. -#### What happens during the Plugin Preparation? +### What happens during the Plugin Preparation? The preparation of a `PluginSetup` contract proceeds as follows: