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