diff --git a/jekyll/_cci2/language-php.md b/jekyll/_cci2/language-php.md
index a560f51240..fd8f561dd4 100644
--- a/jekyll/_cci2/language-php.md
+++ b/jekyll/_cci2/language-php.md
@@ -18,7 +18,7 @@ We maintain a reference PHP Laravel project to show how to build PHP on CircleCI
- Demo PHP Laravel Project on GitHub
- Demo PHP Laravel Project building on CircleCI
-In the project you will find a commented CircleCI configuration file `.circleci/config.yml`. This file shows best practice for using CircleCI 2.0 with PHP projects.
+In the project you will find a commented CircleCI configuration file `.circleci/config.yml`. This file shows best practice for using CircleCI 2.0 with PHP projects.
## Pre-built CircleCI Docker images
@@ -44,4 +44,4 @@ Details of the configuration steps will be updated soon. Please see the `.circle
Success! You just set up CircleCI 2.0 for a PHP app. Check out our [project’s build page](https://circleci.com/gh/CircleCI-Public/circleci-demo-php-laravel) to see how this looks when building on CircleCI.
-If you have any questions about the specifics of testing your PHP application, head over to our [community forum](https://discuss.circleci.com/) for support from us and other users.
\ No newline at end of file
+If you have any questions about the specifics of testing your PHP application, head over to our [community forum](https://discuss.circleci.com/) for support from us and other users.