Skip to content

Commit 204425c

Browse files
Fixed grammatical error
1 parent 44e44f9 commit 204425c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/deployment/heroku.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ This is also very useful to build assets on the production system, e.g. with Ass
305305
306306
With the next deploy, Heroku compiles your app using the Node.js buildpack and
307307
your npm packages become installed. On the other hand, your ``composer.json`` is
308-
now ignored. To compile your app with both buildpacks, Node.js *and* PHP, you need
309-
use both buildpacks. To override buildpack auto-detection, you
308+
now ignored. To compile your app with both buildpacks, Node.js *and* PHP, you need
309+
to use both buildpacks. To override buildpack auto-detection, you
310310
need to explicitly set the buildpack:
311311

312312
.. code-block:: bash

0 commit comments

Comments
 (0)