Skip to content

Commit 4f2dc6d

Browse files
marcel-rbroclaude
andauthored
docs: fix grammatical error in residential proxy documentation (#2216)
Fixes #1950 ## Changes Fixed grammatical error in the session persistence tip on the residential proxy page. **Before**: "Providing the connection is not interrupted..." **After**: "Provided the connection is not interrupted..." ## Why The conditional clause requires the past participle form "Provided" rather than the present participle "Providing" for correct grammar. ## Testing - [x] Grammar is now correct - [x] Meaning is preserved - [x] Follows documentation style guide --- 🤖 Generated with Claude Code <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Documentation-only wording change with no impact on runtime behavior or APIs. > > **Overview** > Fixes a small grammar issue in `residential_proxy.md` by changing the session persistence tip from “Providing the connection is not interrupted…” to “Provided the connection is not interrupted…”, preserving meaning while improving correctness. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit e5d6376. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent d529203 commit 4f2dc6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/platform/proxy/residential_proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ This IP/session ID combination is persisted for 1 minute. Each subsequent reques
129129
If the proxy server becomes unresponsive or the session expires, a new IP address is selected for the next request.
130130

131131
> If you really need to persist the same session, you can try sending some data using that session (e.g. every 20 seconds) to keep it alive.<br/>
132-
> Providing the connection is not interrupted, this will let you keep the IP address for longer.
132+
> Provided the connection is not interrupted, this will let you keep the IP address for longer.
133133
134134
To learn more about [sessions](./usage.md#sessions) and [IP address rotation](./usage.md#ip-address-rotation), see the proxy [overview page](./index.md).
135135

0 commit comments

Comments
 (0)