Skip to content

Commit 41725fa

Browse files
authored
Merge pull request #53159 from github/repo-sync
Repo sync
2 parents baae5d0 + 7e85159 commit 41725fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: content/copilot/using-github-copilot/prompt-engineering-for-github-copilot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ For example, instead of asking {% data variables.product.prodname_copilot_short
5757

5858
* Write a function to generate a 10 by 10 grid of letters.
5959
* Write a function to find all words in a grid of letters, given a list of valid words.
60-
* Write a function to that uses the previous functions to generate a 10 by 10 grid of letters that contains at least 10 words.
60+
* Write a function that uses the previous functions to generate a 10 by 10 grid of letters that contains at least 10 words.
6161
* Update the previous function to print the grid of letters and 10 random words from the grid.
6262

6363
## Avoid ambiguity

Diff for: content/pull-requests/collaborating-with-pull-requests/working-with-forks/about-forks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For instructions for forking a repository, see "[AUTOTITLE](/pull-requests/colla
3939
4040
## Forking a repository versus duplicating a repository
4141

42-
If you want to create a new repository from the contents of an existing repository but don't want to merge your changes to the upstream in the future, you can duplicate the repository or, if the repository is a template, you can use the repository as a template. For more information, see "[AUTOTITLE](/repositories/creating-and-managing-repositories/duplicating-a-repository)" and "[AUTOTITLE](/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)".
42+
If you want to create a new repository from the contents of an existing repository but don't want to merge your changes to the upstream in the future, you can duplicate the repository or, if the repository is a template, you can use the repository as a template. For more information, see "[AUTOTITLE](/repositories/creating-and-managing-repositories/duplicating-a-repository)" and "[AUTOTITLE](/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template)."
4343

4444
Forking a repository is similar to duplicating a repository, with the following differences.
4545

0 commit comments

Comments
 (0)