From e685ac9dba438088669cd7333c965a4f9f92d87e Mon Sep 17 00:00:00 2001 From: clarencepenz Date: Sat, 6 Sep 2025 01:00:32 +0100 Subject: [PATCH] chore: change Licences to Licenses - American English spelling --- .../learning-to-code/finding-and-understanding-example-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/learning-to-code/finding-and-understanding-example-code.md b/content/get-started/learning-to-code/finding-and-understanding-example-code.md index 1fe3da1a92cd..ce12b6381e16 100644 --- a/content/get-started/learning-to-code/finding-and-understanding-example-code.md +++ b/content/get-started/learning-to-code/finding-and-understanding-example-code.md @@ -101,7 +101,7 @@ To get started, we need something to search for. This could be a string of text In our example, we'll search for the text at the top of the [licenses page](https://choosealicense.com/licenses/), using this query: [`repo:github/choosealicense "If you’re looking for a reference table?"`](https://github.com/search?q=repo%3Agithub%2Fchoosealicense.com+%22If+you%E2%80%99re+looking+for+a+reference+table%22&type=code). This returns one result, a file named `licenses.html`. -Now we can click on the result and dig deeper! [`licenses.html`](https://github.com/github/choosealicense.com/blob/gh-pages/licenses.html) is the source of the "Licences" page we were looking for. We can see the string that we searched for and that each of the licenses is included with the code below: +Now we can click on the result and dig deeper! [`licenses.html`](https://github.com/github/choosealicense.com/blob/gh-pages/licenses.html) is the source of the "Licenses" page we were looking for. We can see the string that we searched for and that each of the licenses is included with the code below: ```markdown {% raw %}{% include license-overview.html license-id="agpl-3.0" %}{% endraw %}