Nicolas Dermine %!s(int64=10) %!d(string=hai) anos
pai
achega
d4b930b4e0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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