From b92da5ab7f941ad4984d167ea773079b52fed98a Mon Sep 17 00:00:00 2001 From: Thomas NARES Date: Tue, 5 Dec 2023 15:50:57 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Krystian Podemski --- basics/installation/advanced/prestashop-flashlight.md | 6 +++--- basics/installation/environments/docker.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/basics/installation/advanced/prestashop-flashlight.md b/basics/installation/advanced/prestashop-flashlight.md index d680ce1a1e..e07bbd13fc 100644 --- a/basics/installation/advanced/prestashop-flashlight.md +++ b/basics/installation/advanced/prestashop-flashlight.md @@ -29,10 +29,10 @@ timeline {{% notice warning %}} -This installation method is not for production and should not be exposed to public traffic over internet, +This installation method is not for production and should not be exposed to public traffic over the internet, please use it locally only, or at your own risks. -Looking for production grade images ? +Are you looking for production-grade images? {{}} Install PrestaShop with Docker {{}} @@ -44,7 +44,7 @@ Looking for production grade images ? Follow this guide: [Install PrestaShop with Docker]({{}}) at steps: - Install Docker -- Install docker Compose +- Install Docker Compose ## Run PrestaShop with Docker + PrestaShop Flashlight diff --git a/basics/installation/environments/docker.md b/basics/installation/environments/docker.md index db8e6f2a06..b170bfd0cd 100644 --- a/basics/installation/environments/docker.md +++ b/basics/installation/environments/docker.md @@ -30,7 +30,7 @@ timeline {{% notice note %}} -Looking for a quicker way to test and develop on PrestaShop ? +Looking for a quicker way to test and develop on PrestaShop? {{}} Install PrestaShop locally with Docker and PrestaShop Flashlight @@ -55,10 +55,10 @@ Docker Compose is included in versions of Docker Desktop (Windows, Mac). If you Docker Compose will help start and stop your PrestaShop stack, persist your database with a volume, persist your installation, and will allow you to mount local modules and/or themes in PrestaShop. -PrestaShop provides two options when it comes to run it with Docker: +PrestaShop provides two options when it comes to running it with Docker: - Production ready images with minimal tooling. -- Development and testing friendly images with tooling : PrestaShop Flashlight. +- Development and testing friendly images with tooling: PrestaShop Flashlight. ### Create the docker-compose.yml manifest