8000 Comment updates · symfony/symfony-docs@44e44f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44e44f9

Browse files
Comment updates
1 parent 05a0afd commit 44e44f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cookbook/deployment/heroku.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ This is also very useful to build assets on the production system, e.g. with Ass
307307
your npm packages become installed. On the other hand, your ``composer.json`` is
308308
now ignored. To compile your app with both buildpacks, Node.js *and* PHP, you need
309309
use both buildpacks. To override buildpack auto-detection, you
310-
need to explicitly set the buildpack URL:
310+
need to explicitly set the buildpack:
311311

312312
.. code-block:: bash
313313
@@ -336,7 +336,6 @@ This is also very useful to build assets on the production system, e.g. with Ass
336336
.. _`custom compile steps`: https://devcenter.heroku.com/articles/php-support#custom-compile-step
337337
.. _`custom Composer command`: https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands
338338
.. _`Heroku buildpacks`: https://devcenter.heroku.com/articles/buildpacks
339-
.. _`multiple buildpack`: https://github.com/ddollar/heroku-buildpack-multi
340339
.. _`Grunt`: http://gruntjs.com
341340
.. _`gulp`: http://gulpjs.com
342341
.. _`Heroku documentation`: https://devcenter.heroku.com/articles/custom-php-settings#nginx

0 commit comments

Comments
 (0)
0