From 41b77b7863c8be686e94506a95646f1e269cea51 Mon Sep 17 00:00:00 2001 From: jyunmitch Date: Fri, 19 Aug 2022 16:46:40 -0500 Subject: [PATCH] ENDOC-typo correct authentication in sidebar nav --- vuepress/docs/.vuepress/next.js | 2 +- vuepress/docs/.vuepress/v632.js | 2 +- vuepress/docs/.vuepress/v70.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vuepress/docs/.vuepress/next.js b/vuepress/docs/.vuepress/next.js index 88d2f6f545..0323661184 100644 --- a/vuepress/docs/.vuepress/next.js +++ b/vuepress/docs/.vuepress/next.js @@ -300,7 +300,7 @@ module.exports = { path: path + 'create/mfe/widget-configuration.md' }, { - title: 'Authentification', + title: 'Authentication', path: path + 'create/mfe/authentication.md' }, ] diff --git a/vuepress/docs/.vuepress/v632.js b/vuepress/docs/.vuepress/v632.js index c3f010bd2b..af9d5cf7e5 100644 --- a/vuepress/docs/.vuepress/v632.js +++ b/vuepress/docs/.vuepress/v632.js @@ -284,7 +284,7 @@ module.exports = { path: path + 'create/mfe/widget-configuration.md' }, { - title: 'Authentification', + title: 'Authentication', path: path + 'create/mfe/authentication.md' }, ] diff --git a/vuepress/docs/.vuepress/v70.js b/vuepress/docs/.vuepress/v70.js index 6ba0e1e1e6..afd36364f7 100644 --- a/vuepress/docs/.vuepress/v70.js +++ b/vuepress/docs/.vuepress/v70.js @@ -276,7 +276,7 @@ module.exports = { path: path + 'create/mfe/widget-configuration.md' }, { - title: 'Authentification', + title: 'Authentication', path: path + 'create/mfe/authentication.md' }, ]