From 77369d0085dd392991b8525cb18def2941303d9d Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Wed, 24 Feb 2021 10:51:41 +0100 Subject: [PATCH] Update docs/deploy/configuring-unleash.md --- docs/deploy/configuring-unleash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/configuring-unleash.md b/docs/deploy/configuring-unleash.md index 768dd6144b..0402375818 100644 --- a/docs/deploy/configuring-unleash.md +++ b/docs/deploy/configuring-unleash.md @@ -3,7 +3,7 @@ id: configuring_unleash title: Configuring Unleash --- -In (this is deploy) order to customize "anything" in Unleash you need to use [Unleash from Node.js](./getting_started#option-two---from-nodejs): +In order to customize "anything" in Unleash you need to use [Unleash from Node.js](./getting_started#option-two---from-nodejs): ```js const unleash = require('unleash-server');