Skip to content

Commit c7b75a0

Browse files
fix: better wording
Co-authored-by: gullmar <[email protected]>
1 parent 8ef065e commit c7b75a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/academy/webscraping/scraping_basics_javascript2/08_saving_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ In this lesson, we created export files in two formats. The following challenges
204204

205205
### Process your JSON
206206

207-
Write a new Node.js program that reads the `products.json` file we created in the lesson, finds all products with a min price greater than $500, and prints each of them.
207+
Write a new Node.js program that reads the `products.json` file we created in this lesson, finds all products with a min price greater than $500, and prints each of them.
208208

209209
<details>
210210
<summary>Solution</summary>

0 commit comments

Comments
 (0)