From 6f82524605a024bbc1310c90e394e3205e595477 Mon Sep 17 00:00:00 2001 From: tblt78 <96znrqkz@duck.com> Date: Wed, 12 Nov 2025 23:38:04 +0200 Subject: [PATCH] Fix incomplete sentence and remove double space in handle-api-rate-limits.md --- .../debug-errors/handle-api-rate-limits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/tutorials/copilot-chat-cookbook/debug-errors/handle-api-rate-limits.md b/content/copilot/tutorials/copilot-chat-cookbook/debug-errors/handle-api-rate-limits.md index 82bb652bb16b..a6e9fdefa644 100644 --- a/content/copilot/tutorials/copilot-chat-cookbook/debug-errors/handle-api-rate-limits.md +++ b/content/copilot/tutorials/copilot-chat-cookbook/debug-errors/handle-api-rate-limits.md @@ -1,7 +1,7 @@ --- title: Handling API rate limits shortTitle: Handle API rate limits -intro: '{% data variables.copilot.copilot_chat_short %} can help handle API rate limits by suggesting code that detects implements retry logic.' +intro: '{% data variables.copilot.copilot_chat_short %} can help handle API rate limits by suggesting code that detects them and implements retry logic.' redirect_from: - /copilot/example-prompts-for-github-copilot-chat/debugging-errors/handling-api-rate-limits - /copilot/copilot-chat-cookbook/debugging-errors/handling-api-rate-limits