From d4b930b4e0b0f8c7513dcf4e62e15d4636d74e62 Mon Sep 17 00:00:00 2001 From: Nicolas Dermine Date: Mon, 22 Jun 2015 08:58:39 +0200 Subject: [PATCH] fix typo --- php/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/content.md b/php/content.md index c5559d775..5cfb1c5c2 100644 --- a/php/content.md +++ b/php/content.md @@ -56,7 +56,7 @@ Where `src/` is the directory containing all your php code and `config/` contain We provide two convenient scripts named `docker-php-ext-configure` and `docker-php-ext-install`, you can use them to easily install PHP extension. -For example, if you want to have a PHP-FPM image with `iconv`, `mcrypt` and `gd` extensions, you can inheriting the base image that you like, and write your own `Dockerfile` like this: +For example, if you want to have a PHP-FPM image with `iconv`, `mcrypt` and `gd` extensions, you can inherit the base image that you like, and write your own `Dockerfile` like this: FROM php:5.6-fpm # Install modules