WireBox doc typo

In the custom provider section of the WireBox docs, you have the following code:
property name=“log” inject=“logbox:category:FunkyEspressoProvider”;

I believe that should be:
property name=“log” inject=“logbox:logger:FunkyEspressoProvider”;

Thanks!

~Brad