Skip to content

Commit d80829a

Browse files
committed
fix: admonition markup
1 parent 0c6b83e commit d80829a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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
@@ -78,8 +78,8 @@ The command creates an `.actor` directory with `actor.json` file inside. This fi
7878

7979
Files and folders that start with a dot (like `.actor`) may be hidden by default. To see them:
8080

81-
1. In your operating system's file explorer, look for a setting like **Show hidden files**.
82-
1. Many editors or IDEs can show hidden files as well. For example, the file explorer in **VS Code** shows them by default.
81+
- In your operating system's file explorer, look for a setting like **Show hidden files**.
82+
- Many editors or IDEs can show hidden files as well. For example, the file explorer in VS Code shows them by default.
8383

8484
:::
8585

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ Inside `warehouse-watchdog`, there's a directory called `.actor`. Within it, we'
219219

220220
Files and folders that start with a dot (like `.actor`) may be hidden by default. To see them:
221221

222-
1. In your operating system's file explorer, look for a setting like **Show hidden files**.
223-
1. Many editors or IDEs can show hidden files as well. For example, the file explorer in **VS Code** shows them by default.
222+
- In your operating system's file explorer, look for a setting like **Show hidden files**.
223+
- Many editors or IDEs can show hidden files as well. For example, the file explorer in VS Code shows them by default.
224224

225225
:::
226226

0 commit comments

Comments
 (0)