From 716520d1956183c05394e5660ddcd4bf997c8e25 Mon Sep 17 00:00:00 2001 From: hubwriter Date: Fri, 9 Sep 2022 09:38:58 +0100 Subject: [PATCH] [Bug fix] Clarify which repo we're talking about in the Dotfiles information (#30611) --- .../personalizing-github-codespaces-for-your-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md index 9781ece278..54ae989544 100644 --- a/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md +++ b/content/codespaces/customizing-your-codespace/personalizing-github-codespaces-for-your-account.md @@ -48,7 +48,7 @@ Your dotfiles repository might include your shell aliases and preferences, any t You can configure {% data variables.product.prodname_codespaces %} to use dotfiles from any repository you own by selecting that repository in your [personal {% data variables.product.prodname_codespaces %} settings](https://github.com/settings/codespaces). -When you create a new codespace, {% data variables.product.prodname_dotcom %} clones your selected repository to the codespace environment, and looks for one of the following files to set up the environment. +When you create a new codespace, {% data variables.product.prodname_dotcom %} clones your selected dotfiles repository to the codespace environment, and looks for one of the following files to set up the environment. * _install.sh_ * _install_