Skip to content

Commit bf83bf8

Browse files
committed
minor grammatical typo fixed
1 parent 07b0c96 commit bf83bf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • DOCUMENTATION/content/introduction

DOCUMENTATION/content/introduction/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ It supports a variety of common services, all pre-configured to provide a ready
2121
- Choose your favorite database engine: MySQL, Postgres, MariaDB...
2222
- Run your own stack: Memcached, HHVM, RabbitMQ...
2323
- Each software runs on its own container: PHP-FPM, NGINX, PHP-CLI...
24-
- Easy to customize any container, with simple edit to the `Dockerfile`.
24+
- Easy to customize any container, with simple edits to the `Dockerfile`.
2525
- All Images extends from an official base Image. (Trusted base Images).
2626
- Pre-configured NGINX to host any code at your root directory.
2727
- Can use Laradock per project, or single Laradock for all projects.
@@ -82,7 +82,7 @@ That's it! enjoy :)
8282
> You can turn On/Off as many instances as you want without worrying about the configurations.
8383
8484
> To run a chosen container from the list below, run `docker-compose up -d {container-name}`.
85-
> The container name `{container-name}` is the same as its folder name. Example to run the "PHP FPM" container use the name "php-fpm".
85+
> The container name `{container-name}` is the same as its folder name. Example to run the "PHP FPM" container, use the name "php-fpm".
8686
8787
- **Web Servers:**
8888
- NGINX

0 commit comments

Comments
 (0)