From 2a65469b93224b9a51995551073f2f92f9efd187 Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Thu, 8 Aug 2024 09:48:29 +0300 Subject: [PATCH] Update migrating-from-open-source.md --- docs/en/guides/migrating-from-open-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/migrating-from-open-source.md b/docs/en/guides/migrating-from-open-source.md index 267b18ac1b..f0ecbfc22b 100644 --- a/docs/en/guides/migrating-from-open-source.md +++ b/docs/en/guides/migrating-from-open-source.md @@ -53,5 +53,5 @@ The command will also do the following changes in your solution: ## Things to pay attention before using -- The command covers the most common scenarios, but there is still a possiblity that it can mess up something in your solution. Therefore, we strongly recommend a source code control system (like GitHub) to track what is changed in your solution and revert if needed. +- The command covers the most common scenarios, but there is still a possibility that it can mess up something in your solution. Therefore, we strongly recommend a version control system (like [Git](https://git-scm.com)) to track what is changed in your solution and revert if needed. - The command will not remove your custom codes that may be related with the removed modules listed above. So there may be build errors if you referenced one of those modules. You can clear them manually.