From 811834baaa5b8805fdbb2309d1b64a1ecb29dc8a Mon Sep 17 00:00:00 2001 From: Dimo Dimov <961014+dimodi@users.noreply.github.com> Date: Wed, 7 May 2025 08:47:53 +0300 Subject: [PATCH] Fix typo --- troubleshooting/license-key-errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/troubleshooting/license-key-errors.md b/troubleshooting/license-key-errors.md index e73a4b61c..e918d4aab 100644 --- a/troubleshooting/license-key-errors.md +++ b/troubleshooting/license-key-errors.md @@ -33,7 +33,7 @@ This error can occur when a project references `Telerik.Licensing`, but not any ### No Telerik and Kendo UI License file found (TKL002) -The error means that the license key is missing or not set up corrently. For example, the environment variable is not set or [the license file may be at the wrong place](slug:installation-license-key#manual-installation). The error can also occur if the environment variable or license file exists, but it is empty. +The error means that the license key is missing or not set up correctly. For example, the environment variable is not set or [the license file may be at the wrong place](slug:installation-license-key#manual-installation). The error can also occur if the environment variable or license file exists, but it is empty. [Install a license key](slug:installation-license-key) again. Also check how to [set up a license key in CI/CD environments](slug:deployment-license-key).