From cbb5e1b3138ccab3c4b8ce3970e6c7500c22e63f Mon Sep 17 00:00:00 2001 From: Craig Harman <324026+craigharman@users.noreply.github.com> Date: Tue, 2 Nov 2021 13:43:04 +0800 Subject: [PATCH] Believe there is a typo in the file name servers.js should be server.js --- docs/developer-docs/latest/development/admin-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-docs/latest/development/admin-customization.md b/docs/developer-docs/latest/development/admin-customization.md index 4998b81822..3f36f78546 100644 --- a/docs/developer-docs/latest/development/admin-customization.md +++ b/docs/developer-docs/latest/development/admin-customization.md @@ -302,7 +302,7 @@ The template will be compiled with the following variables: `url`, `user.email`, ### Example -**Path -** `./config/servers.js` +**Path -** `./config/server.js` ```js const forgotPasswordTemplate = require('./email-templates/forgot-password');