Merge pull request #1167 from ifdattic/patch-1

Fix typo
This commit is contained in:
Mahmoud Zalt 2017-09-28 19:22:37 +03:00 committed by GitHub
commit 615cb72eab

View File

@ -61,7 +61,7 @@ RUN if [ ${INSTALL_XDEBUG} = true ]; then \
docker-php-ext-enable xdebug \
;fi
# Copy xdebug configration for remote debugging
# Copy xdebug configuration for remote debugging
COPY ./xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini
#####################################