Skip to content

Commit 874983e

Browse files
authored
Update var_dumper.rst
1 parent 4e07ae3 commit 874983e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/var_dumper.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,15 @@ without altering its code by:
202202
203203
$ ./vendor/bin/var-dump-server
204204
205-
* run your code with the ``VAR_DUMPER_FORMAT=server`` env variable. For instance, for a CLI command:
205+
* running your code with the ``VAR_DUMPER_FORMAT=server`` env variable. For instance, for a CLI command:
206206

207207
.. code-block:: terminal
208208
209209
$ VAR_DUMPER_FORMAT=server [your-cli-command]
210210
211211
.. tip::
212212

213-
If your code loads environment variables from a dotenv file, you can set the ``VAR_DUMPER_FORMAT=server``
213+
If your project loads environment variables from a dotenv file, you can set the ``VAR_DUMPER_FORMAT=server``
214214
environment variable in there as well.
215215

216216
.. note::

0 commit comments

Comments
 (0)