From eabe248d74b3729e5e93b786afb76aa1aff3f08f Mon Sep 17 00:00:00 2001 From: jffarge Date: Wed, 8 Dec 2021 10:58:18 +0100 Subject: [PATCH] docs: :bug: fix bad english Signed-off-by: jffarge --- website/src/components/DocPageAuthentication.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/components/DocPageAuthentication.js b/website/src/components/DocPageAuthentication.js index 9b0e0620..e352fb56 100644 --- a/website/src/components/DocPageAuthentication.js +++ b/website/src/components/DocPageAuthentication.js @@ -5,7 +5,7 @@ import style from './DocPageAuthentication.module.css' export default function DocAuthentication() { return (
-

Welcome on Dagger documentation

+

Welcome to the Dagger documentation

Please Sign In to Github to get access to the doc

window.location.href = process.env.REACT_APP_GITHUB_AUTHORIZE_URI} />