Skip to content

Commit 13dfe24

Browse files
committed
feat: update the platform lesson to be about JS
1 parent cff9ad3 commit 13dfe24

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)