Skip to content

Commit 378f0a1

Browse files
committed
minor #20772 Update virtual-machine.rst (EtienneHosman)
This PR was submitted for the 7.2 branch but it was merged into the 6.4 branch instead. Discussion ---------- Update virtual-machine.rst Syntax error: made 'all' a string Commits ------- c679fe5 Update virtual-machine.rst
2 parents 1e8d50b + c679fe5 commit 378f0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/virtual-machine.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ the dev-server. To fix this, set the ``allowedHosts`` option:
107107
// ...
108108
109109
.configureDevServerOptions(options => {
110-
options.allowedHosts = all;
110+
options.allowedHosts = 'all';
111111
})
112112
113113
.. warning::

0 commit comments

Comments
 (0)