Skip to content

Commit 1ec12d8

Browse files
committed
chore(docs): update to latest q/app specs
1 parent 8c7e657 commit 1ec12d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/quasar-cli/quasar-conf-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ Most used properties are:
229229
| onBeforeSetupMiddleware | Function | Configure the dev middlewares before webpack-dev-server applies its own config. |
230230
| onAfterSetupMiddleware | Function | Configure the dev middlewares after webpack-dev-server applies its own config. |
231231

232-
Using `open` prop to open with a specific browser and not with the default browser of your OS (check [supported values](https://github.com/sindresorhus/open#usage)). Some examples:
232+
Using `open` prop to open with a specific browser and not with the default browser of your OS (check [supported values](https://github.com/sindresorhus/open#options)). The `options` param described in previous link is what you should configure quasar.conf > devSever > open with. Some examples:
233233

234234
```js
235235
// quasar.conf.js

0 commit comments

Comments
 (0)