Skip to content

Commit fe78575

Browse files
authored
fix: YAML formatting in backward-compatibility guide (#1227)
1 parent 2b6d156 commit fe78575

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/content/docs/ruby-gem/guides/backward-compatibility.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ Update any occurrences of `pubDate` or `updated` in your `selectors` block to `p
3030
# Current & Required
3131
3232
selectors:
33-
published_at:
34-
selector: ".date"
33+
published_at:
34+
selector: ".date"
3535
`}
3636
lang="yaml"
3737
/>
@@ -53,9 +53,9 @@ lang="yaml"
5353
5454
strategy: browserless
5555
headers:
56-
User-Agent: "CustomAgent/1.0"
56+
User-Agent: "CustomAgent/1.0"
5757
channel:
58-
url: "https://example.com/articles"
58+
url: "https://example.com/articles"
5959
`}
6060
lang="yaml"
6161
/>

0 commit comments

Comments
 (0)