From 73f3ad52d8b6134d5920e7ab519619a7ac1d4d5d Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:19:03 +0300 Subject: [PATCH] devenv, gt: conform with style guide and fix typo (#17498) Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/common/devenv.md | 6 +++--- pages/common/gt.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/devenv.md b/pages/common/devenv.md index b77deec028..0a46a1bb4d 100644 --- a/pages/common/devenv.md +++ b/pages/common/devenv.md @@ -1,9 +1,9 @@ # devenv > Fast, Declarative, Reproducible and Composable Developer Environments using Nix. -> More information: . +> More information: . -- Initialise the environment: +- Initialize the environment: `devenv init` @@ -17,7 +17,7 @@ - Start processes with `devenv`: -`devenv up --config /{{file}}/{{path}}/` +`devenv up --config {{path/to/file}}` - Clean the environment variables and re-enter the shell in offline mode: diff --git a/pages/common/gt.md b/pages/common/gt.md index 68eb5c8260..854119dc37 100644 --- a/pages/common/gt.md +++ b/pages/common/gt.md @@ -3,7 +3,7 @@ > Create and manage sequences of dependent code changes (stacks) for Git and GitHub. > More information: . -- Initialise `gt` for the repository in the current directory: +- Initialize `gt` for the repository in the current directory: `gt init`