Skip to content

Commit e1566de

Browse files
committed
feat: update the platform lesson to be about JS
1 parent 0c84f02 commit e1566de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sources/academy/webscraping/scraping_basics_javascript2/13_platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ Now let's connect this file to the actor configuration. In `actor.json`, we'll a
231231
"version": "0.0",
232232
"buildTag": "latest",
233233
"environmentVariables": {},
234-
// highlight-next-line
235-
"input": "./inputSchema.json"
234+
// highlight-next-line
235+
"input": "./inputSchema.json"
236236
}
237237
```
238238

0 commit comments

Comments
 (0)