lib/nanoc3/base/plugin_registry.rb in nanoc3-3.2.0a1 vs lib/nanoc3/base/plugin_registry.rb in nanoc3-3.2.0a2
- old
+ new
@@ -157,9 +157,9 @@
find(self, name)
end
end
- # @deprecated Use {Nanoc3::PluginRegistry.instace} instead
+ # @deprecated Use {Nanoc3::PluginRegistry.instance} instead
Plugin = PluginRegistry.instance
end