From e4411bbdfe751ab3aca35347d26198938ca7e299 Mon Sep 17 00:00:00 2001 From: Eric Mutta Date: Sun, 17 Nov 2024 20:15:08 +0300 Subject: [PATCH] Fix typo in prompt-engineering-for-github-copilot.md The sentence: > ...a function **to that uses** the.... Should read: > ...a function **that uses** the.... --- .../prompt-engineering-for-github-copilot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/using-github-copilot/prompt-engineering-for-github-copilot.md b/content/copilot/using-github-copilot/prompt-engineering-for-github-copilot.md index ab839d359903..18e4753d571d 100644 --- a/content/copilot/using-github-copilot/prompt-engineering-for-github-copilot.md +++ b/content/copilot/using-github-copilot/prompt-engineering-for-github-copilot.md @@ -57,7 +57,7 @@ For example, instead of asking {% data variables.product.prodname_copilot_short * Write a function to generate a 10 by 10 grid of letters. * Write a function to find all words in a grid of letters, given a list of valid words. -* Write a function to that uses the previous functions to generate a 10 by 10 grid of letters that contains at least 10 words. +* Write a function that uses the previous functions to generate a 10 by 10 grid of letters that contains at least 10 words. * Update the previous function to print the grid of letters and 10 random words from the grid. ## Avoid ambiguity