Minor reference doc housekeeping.

This commit is contained in:
sbohlen
2010-11-09 20:36:42 +00:00
parent 84e6411dec
commit bf51d96ec6
13 changed files with 49 additions and 49 deletions

View File

@@ -979,7 +979,7 @@ public class ServiceCommand : ICommand
<title>Configuring advice</title>
<para>In case it is not immediately apparent, remember that advice is
just a plain old .NET object (a PONO); advice can have constructors
just a plain old CLR object (a POCO); advice can have constructors
that can take any number of parameters, and like any other .NET class,
advice can have properties. What this means is that one can leverage
the power of the Spring.NET IoC container to apply the IoC principle