mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-21 14:41:00 -06:00
docs: Fix config option example typo in tooltip (#28174)
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
This commit is contained in:
2
cli/types/cypress-npm-api.d.ts
vendored
2
cli/types/cypress-npm-api.d.ts
vendored
@@ -382,7 +382,7 @@ declare module 'cypress' {
|
||||
* recommend wrapping your config object with `defineConfig()`
|
||||
* @example
|
||||
* module.exports = defineConfig({
|
||||
* viewportWith: 400
|
||||
* viewportWidth: 400
|
||||
* })
|
||||
*
|
||||
* @see ../types/cypress-npm-api.d.ts
|
||||
|
||||
Reference in New Issue
Block a user