Skip to content

Commit 0c6b83e

Browse files
committed
fix: improve the 'Hidden dot files' admonition
1 parent e592f90 commit 0c6b83e

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ The command creates an `.actor` directory with `actor.json` file inside. This fi
7676

7777
:::tip Hidden dot files
7878

79-
On some systems, `.actor` might be hidden in the directory listing because it starts with a `.`. Use your editor's built-in file explorer to locate it.
79+
Files and folders that start with a dot (like `.actor`) may be hidden by default. To see them:
80+
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.
8083

8184
:::
8285

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,10 @@ Inside `warehouse-watchdog`, there's a directory called `.actor`. Within it, we'
217217

218218
:::tip Hidden dot files
219219

220-
On some systems, `.actor` might be hidden in the directory listing because it starts with a dot. Use your editor's built-in file explorer to locate it.
220+
Files and folders that start with a dot (like `.actor`) may be hidden by default. To see them:
221+
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.
221224

222225
:::
223226

0 commit comments

Comments
 (0)