diff --git a/Pilz.UI.Telerik.md b/Pilz.UI.Telerik.md index c1b5d45..3f9e9aa 100644 --- a/Pilz.UI.Telerik.md +++ b/Pilz.UI.Telerik.md @@ -205,7 +205,7 @@ public class GlobalSymbolFactory : RadSymbolFactory ## Access symbols -Accessing symbols esaily via an instance of your SymbolFactory implementation. You can either provide a static instance in `GlobalSymbolFactory` or create a new instance wherever you need it. Access via `GetSvgImage` or `GetImage`, decide wheneer you can use an `RadSvgImage` or need an `Image`. +Accessing symbols esaily via an instance of your SymbolFactory implementation. You can either provide a static instance in `GlobalSymbolFactory` or create a new instance wherever you need it. Access via `GetSvgImage` or `GetImage`, decide whenever you can use an `RadSvgImage` or need an `Image`. ```csharp // Static instance in GlobalSymbolFactory