From e531c392223f76e1b70d060f22edc6fe69f99715 Mon Sep 17 00:00:00 2001 From: Gianpaolo Macario Date: Mon, 18 Nov 2024 11:27:49 +0100 Subject: [PATCH] docs(howto-create-repository-from-template): fix typo s/Visibilty/Visibility/ --- docs/howto-create-repository-from-template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto-create-repository-from-template.md b/docs/howto-create-repository-from-template.md index 074258e..8cf4d75 100644 --- a/docs/howto-create-repository-from-template.md +++ b/docs/howto-create-repository-from-template.md @@ -24,7 +24,7 @@ In the GitHub dashboard, click **New** to create a new repository. - Owner: (choose the user or organization you want to create this repository under, example: `arol-polito`) - Repository name: (choose a unique name under the organization, example: `python-training-2024`) - Description (optional): (provide a descriptive name, example: `Python and Golang training workshop in AROL, 2024`) -- Visibilty: (choose visibility that this repository should have, example: `Private`) +- Visibility: (choose visibility that this repository should have, example: `Private`)