Skip to content

Commit c8d83c4

Browse files
Update kb-installation-missing-license-in-addin-project.md
1 parent 6b3f378 commit c8d83c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/kb-installation-missing-license-in-addin-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The invalid/missing Telerik license key dialog is shown in addin (like Excel VST
3030

3131
## Solution
3232

33-
This happens because there is no proper main window and application context, which means that the licensing mechanism cannot get evaluated as epxected. To resolve this, use the `TelerikLicensing.Register` static method with your license script key, which can be downloaded from the [License Keys](https://www.telerik.com/account/your-licenses/license-keys) page.
33+
This happens because there is no proper main window and application context, which means that the licensing mechanism cannot get evaluated as expected. To resolve this, use the `TelerikLicensing.Register` static method with your license script key, which can be downloaded from the [License Keys](https://www.telerik.com/account/your-licenses/license-keys) page.
3434

3535
```csharp
3636
public MyWPFUserControl()

0 commit comments

Comments
 (0)