Skip to content

Commit 660e811

Browse files
committed
fix: remove hard tabs
1 parent a5d161d commit 660e811

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@ Now let's connect this file to the actor configuration. In `actor.json`, we'll a
223223

224224
```json title=".actor/actor.json"
225225
{
226-
"actorSpecification": 1,
227-
"name": "warehouse-watchdog",
228-
"version": "0.0",
229-
"buildTag": "latest",
230-
"environmentVariables": {},
226+
"actorSpecification": 1,
227+
"name": "warehouse-watchdog",
228+
"version": "0.0",
229+
"buildTag": "latest",
230+
"environmentVariables": {},
231231
// highlight-next-line
232232
"input": "./inputSchema.json"
233233
}

0 commit comments

Comments
 (0)