From d884efb24e08ca6160559e4164b48743d39bd2fa Mon Sep 17 00:00:00 2001 From: Zahid Kizmaz Date: Sun, 21 Apr 2024 14:38:07 +0200 Subject: [PATCH] fix some typos --- README.md | 2 +- en/css/README.md | 2 +- en/installation/README.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e9d64416f77..1131903b568 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ First fork the [DjangoGirls/tutorial](https://github.com/DjangoGirls/tutorial) r ## CLI for Development -This command line tool use `make` to create development environment. It is optional to use this tool. While building the document, it builds the document for every language. The build process can be limited to any one language using this tool and reduce build time considerbly. Afterwards, the translation to other languages are done from crowdin localization process. +This command line tool use `make` to create development environment. It is optional to use this tool. While building the document, it builds the document for every language. The build process can be limited to any one language using this tool and reduce build time considerably. Afterwards, the translation to other languages are done from crowdin localization process. Usage instructions are available though `make help` command. diff --git a/en/css/README.md b/en/css/README.md index a20b1f372f0..4c984e00ac0 100644 --- a/en/css/README.md +++ b/en/css/README.md @@ -107,7 +107,7 @@ Between the `` and `` tags, after the links to the Bootstrap CSS fi ```html ``` -The browser reads the files in the order they're given, so we need to make sure this is in the right place. Otherwise the code in our file may be overriden by code in Bootstrap files. +The browser reads the files in the order they're given, so we need to make sure this is in the right place. Otherwise the code in our file may be overridden by code in Bootstrap files. We just told our template where our CSS file is located. Your file should now look like this: diff --git a/en/installation/README.md b/en/installation/README.md index cf171ef63e1..41c8e7b74a5 100644 --- a/en/installation/README.md +++ b/en/installation/README.md @@ -20,7 +20,7 @@ install various software on your computer and set up some online accounts as nee # Cloud Development In this tutorial, the cloud development platform we will be using will be [RunCode](https://runcode.io/). RunCode is a cloud development environment which people can use without the need to install Python, Django and Visual Studio Code editor locally on their machines. This cloud environment enables anyone to work from any device that has an internet connection, including cellphones, tablets, laptop or desktop. -This removes the need for you to install packages on a borrowed laptop or the need for you to own a laptop to attend the workshop or follow this tutorial from home as you only need to set up three online accounts. This will also save you time required for setting up your development environment. You can always do the [installation](installation/README.md#command-line) later own as a follow-up after finishing the tutorial. However, loading the development enviroment requires good and fast internet for this solution to work for you. +This removes the need for you to install packages on a borrowed laptop or the need for you to own a laptop to attend the workshop or follow this tutorial from home as you only need to set up three online accounts. This will also save you time required for setting up your development environment. You can always do the [installation](installation/README.md#command-line) later on as a follow-up after finishing the tutorial. However, loading the development environment requires good and fast internet for this solution to work for you. > **Note** There are sections of this tutorial which depend on the platform you are working on. If you follow the local installation steps for Windows, Linux, OS X or Chromebook, you will need to follow instructions for your operating system. If you follow RunCode Cloud Environment setup instructions, then you will need to follow instructions for RunCode development environment. Where no specific instructions are provided for RunCode Cloud Environment, follow the Linux instructions as RunCode runs on Ubuntu Linux. @@ -28,7 +28,7 @@ This removes the need for you to install packages on a borrowed laptop or the ne # RunCode Cloud Development Setup To set up RunCode Cloud development, follow the instructions below: - {% include "/cloud_development_setup/instructions.md" %} @@ -43,7 +43,7 @@ data-id="chromebook_setup" data-collapse=true ces--> # OS X, Windows, Linux Installation {#osx-windows-linux} -> __NOTE:__ You can skip right over this section if you have followed [RunCode Cloud Development](cloud_development_setup/README.md) or [ChromeBook](chromebook_setup/README.md) installation steps. +> __NOTE:__ You can skip right over this section if you have followed [RunCode Cloud Development](cloud_development_setup/README.md) or [ChromeBook](chromebook_setup/README.md) installation steps. If you are not using RunCode or Chromebook, your experience will be a little different as you need to download and install some software locally as well as set up online accounts.