Skip to content

Commit 113f341

Browse files
Update components/scrapeninja/scrapeninja.app.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 35beaba commit 113f341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/scrapeninja/scrapeninja.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default {
122122
description: "Useful to dump some XHR response. Pass URL mask here. For example, if you need to catch all requests to https://example.com/api/data.json, pass \"api/data.json\" here. In response, you will get new property `.info.catchedAjax` with the XHR response data - { url, method, headers[], body , status, responseHeaders{} }",
123123
optional: true,
124124
},
125-
viewportWitdh: {
125+
viewportWidth: {
126126
type: "integer",
127127
label: "Viewport Width",
128128
description: "Width of the viewport.",

0 commit comments

Comments
 (0)