From 850749fdf53c5e8e4d0893a6d35a9841a466d9ea Mon Sep 17 00:00:00 2001 From: digitalfrost Date: Wed, 10 Aug 2022 10:20:24 +0200 Subject: [PATCH] repositories.md use is instead of comma Is should be used instead of a comma here --- docs/repositories.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/repositories.md b/docs/repositories.md index 2e3b5c9bdf..bccb5d64be 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -1,7 +1,7 @@ Repositories ==== Cura uses a number of repositories where parts of our source code are separated, in order to get a cleaner architecture. Those repositories are: -* [Cura](https://github.com/Ultimaker/Cura), the main repository for the front-end of Cura. This contains: +* [Cura](https://github.com/Ultimaker/Cura) is the main repository for the front-end of Cura. This contains: - all of the business logic for the front-end, including the specific types of profiles that are available - the concept of 3D printers and materials - specific tools for handling 3D printed models