From ffc63d55976f9cbcce7f33dc7c45b3c2190a5924 Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Mon, 8 Oct 2018 18:40:09 +0200 Subject: [PATCH] Add Inc to copyright notice --- docusaurus/website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/website/siteConfig.js b/docusaurus/website/siteConfig.js index cbaf69d0..5c59bc8a 100644 --- a/docusaurus/website/siteConfig.js +++ b/docusaurus/website/siteConfig.js @@ -60,7 +60,7 @@ const siteConfig = { */ // This copyright info is used in /core/Footer.js and blog RSS/Atom feeds. - copyright: `Copyright © ${new Date().getFullYear()} Facebook`, + copyright: `Copyright © ${new Date().getFullYear()} Facebook Inc.`, highlight: { // Highlight.js theme to use for syntax highlighting in code blocks.