docs: Fix config option example typo in tooltip (#28174)

Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
This commit is contained in:
Tanmay Mohapatra
2023-11-01 20:44:40 +05:30
committed by GitHub
parent 3967b4801a
commit becb893f07

View File

@@ -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