Temp8 - Fixing spelling / typos etc in Umbraco.Web (#4148)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
a13a38a482
commit
0b6ba5aa52
@@ -27,7 +27,7 @@ namespace Umbraco.Web.Mvc
|
||||
|
||||
// note
|
||||
// properties marked as [Inject] below will be property-injected (vs constructor-injected) in
|
||||
// order to keep the constuctor as light as possible, so that ppl implementing eg a SurfaceController
|
||||
// order to keep the constructor as light as possible, so that ppl implementing eg a SurfaceController
|
||||
// don't need to implement complex constructors + need to refactor them each time we change ours.
|
||||
// this means that these properties have a setter.
|
||||
// what can go wrong?
|
||||
|
||||
Reference in New Issue
Block a user