From 4b4ad9abe52445bd5b951ffeee543847fbd92674 Mon Sep 17 00:00:00 2001 From: Ricky <ricky@drave.dev> Date: Sun, 21 Mar 2021 19:37:25 +0000 Subject: [PATCH] First typos --- source/import_documentation/get-started.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/import_documentation/get-started.rst b/source/import_documentation/get-started.rst index 8f76c5a..84efafb 100644 --- a/source/import_documentation/get-started.rst +++ b/source/import_documentation/get-started.rst @@ -1,7 +1,7 @@ Getting Started **************** -Fisrt of all, you have to keep in mind that your front and your back are decorrelated. +First of all, you have to keep in mind that your front and your back are decorrelated. Let's begin by create your data source. Make your data sources @@ -103,7 +103,7 @@ Go to your `models.py` and set the models of datas you need : 4. Link your package to your developpement server ---------------------------------- -At the root of you Sib sever, create a symbolic link to your package : +At the root of you Sib server, create a symbolic link to your package : .. code-block:: bash @@ -120,7 +120,7 @@ You can check if it's well done with the `ll` command : .. figure:: ../_static/images/import_documentation/ll.png :alt: You've done the symbolic link. -Tell your sever, you've add a new package in the packages.yml: +Tell your server you've add a new package in the packages.yml: .. code-block:: yml -- GitLab