Skip to content

Commit 06a3584

Browse files
authored
Apply suggestions from code review
1 parent ae5a6f0 commit 06a3584

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/ruby-gem/how-to/scraping-json.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ selectors:
8989
items:
9090
selector: "array > object"
9191
title:
92-
selector: "title"
92+
selector: ".title"
9393
url:
9494
selector: "url"
9595
```

src/content/docs/ruby-gem/reference/auto-source.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You can customize `auto_source` to improve its accuracy.
3333

3434
### Scraper Options
3535

36-
Enable or disable specific scrapers and adjust their settings in a complete feed config:
36+
Enable or disable specific scrapers and adjust their settings:
3737

3838
```yaml
3939
channel:

0 commit comments

Comments
 (0)