From 16c01abdaeb06517f51226a256410a5348ba59c6 Mon Sep 17 00:00:00 2001 From: John O'Rourke Date: Mon, 11 Aug 2025 10:55:08 +0100 Subject: [PATCH] typo in install-and-configure-hypernode-deploy.md --- .../getting-started/install-and-configure-hypernode-deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-deploy/getting-started/install-and-configure-hypernode-deploy.md b/docs/hypernode-deploy/getting-started/install-and-configure-hypernode-deploy.md index c9d4f514..60e97a6e 100644 --- a/docs/hypernode-deploy/getting-started/install-and-configure-hypernode-deploy.md +++ b/docs/hypernode-deploy/getting-started/install-and-configure-hypernode-deploy.md @@ -50,7 +50,7 @@ In the next step we're going to configure a CI/CD pipeline to let Hypernode Depl ## Override Deployer variables -Some varaibles are automatically set, for example the default timeout of every task, you can change this by simply adding a `set` in our `deploy.php` as can be shown here: +Some variables are automatically set, for example the default timeout of every task, you can change this by simply adding a `set` in our `deploy.php` as can be shown here: ```php use function Deployer\set;