Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 8728cb4

Browse files
proofreading edits
1 parent 5b124f2 commit 8728cb4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

site/content/guides/url-monitoring-claude-code.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ new UrlMonitor('url-pinger-1', {
7676
with the file open as context, try a command like:
7777

7878
> Create a new URL pinger for the site [https://danube-webshop.herokuapp.com/](https://danube-webshop.herokuapp.com/) that runs every five minutes and doesn’t follow redirects
79-
>
8079
8180
After a few seconds, Claude Code will produce this:
8281

@@ -195,7 +194,7 @@ The resultant script file (and the rewritten check file to use a local file) is
195194

196195
Note the line:
197196

198-
```tsx
197+
```ts
199198
const monitorId = `pinger-${urlPath}-${index}`
200199
```
201200

0 commit comments

Comments
 (0)