From 03d88486b5136e2bdf62d78ce6ff68254216e7cc Mon Sep 17 00:00:00 2001 From: Timothy Yung Date: Tue, 11 Oct 2022 15:15:08 -0700 Subject: [PATCH] Fix headers on *.ts files (#3370) --- website/src/theme/BlogSidebar/Desktop/index.d.ts | 2 +- website/src/theme/BlogSidebar/Mobile/index.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/theme/BlogSidebar/Desktop/index.d.ts b/website/src/theme/BlogSidebar/Desktop/index.d.ts index 9662c2c999a..261cea9e351 100644 --- a/website/src/theme/BlogSidebar/Desktop/index.d.ts +++ b/website/src/theme/BlogSidebar/Desktop/index.d.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Meta Platforms, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/website/src/theme/BlogSidebar/Mobile/index.d.ts b/website/src/theme/BlogSidebar/Mobile/index.d.ts index 6bde0620933..d061ee3048d 100644 --- a/website/src/theme/BlogSidebar/Mobile/index.d.ts +++ b/website/src/theme/BlogSidebar/Mobile/index.d.ts @@ -1,5 +1,5 @@ /** - * Copyright (c) Meta Platforms, Inc. and its affiliates. + * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.