From 265c95317448304e5333919d8095532999b4e5a8 Mon Sep 17 00:00:00 2001 From: Szymon Date: Wed, 8 Nov 2023 23:55:06 +0100 Subject: [PATCH] Update environments.md --- src/docs/develop/environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/develop/environments.md b/src/docs/develop/environments.md index 7aabdeb3a..f528c397c 100644 --- a/src/docs/develop/environments.md +++ b/src/docs/develop/environments.md @@ -33,7 +33,7 @@ If you enable [Pull Request Deploys](/deploy/deployments), a temporary environme ## Forking and merging environments -Environments in Railway can be forked and merged. Forking an environment means that a new environment will be available to you that will recreate all the the services, plugins, and variables that the original environment had. Changes in a forked environment are not propagated automatically to the parent environment or any other environment. Instead, any change made to a forked environment will be stored in a log of changes that we call changesets that you can review at any point in time. +Environments in Railway can be forked and merged. Forking an environment means that a new environment will be available to you that will recreate all the services, plugins, and variables that the original environment had. Changes in a forked environment are not propagated automatically to the parent environment or any other environment. Instead, any change made to a forked environment will be stored in a log of changes that we call changesets that you can review at any point in time. You can fork an environment from the environment selector dropdown in the navigation bar, which will fork the active environment. Alternatively you can fork an environment in the Environments section in the project settings.