Nicolas Dermine 10 years ago
parent
commit
d4b930b4e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/content.md

+ 1 - 1
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