From 4fbe07610aaaa3a5a8812ab22111817bac7cc788 Mon Sep 17 00:00:00 2001 From: Alexander Mint Date: Tue, 1 Mar 2022 01:39:22 +0300 Subject: [PATCH] Update providers.html.md Correction of a minor text error --- docsite/source/providers.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/source/providers.html.md b/docsite/source/providers.html.md index eb1c78ac..a61f2039 100644 --- a/docsite/source/providers.html.md +++ b/docsite/source/providers.html.md @@ -77,7 +77,7 @@ You can start one provider as a dependency of another by invoking the provider ``` ruby # system/providers/logger.rb Application.register_provider(:logger) do - init do + prepare do require "logger" end