Skip to content

Commit d764bb0

Browse files
authored
Fix MDX comment in plop docs template (#2724)
1 parent d86d4b5 commit d764bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plop-templates/@react-spectrum/docs/{{ componentName }}.mdx.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!-- Copyright {{currentYear}} Adobe. All rights reserved.
1+
{/* Copyright {{currentYear}} Adobe. All rights reserved.
22
This file is licensed to you under the Apache License, Version 2.0 (the "License");
33
you may not use this file except in compliance with the License. You may obtain a copy
44
of the License at http://www.apache.org/licenses/LICENSE-2.0
55
Unless required by applicable law or agreed to in writing, software distributed under
66
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
77
OF ANY KIND, either express or implied. See the License for the specific language
8-
governing permissions and limitations under the License. -->
8+
governing permissions and limitations under the License. */}
99

1010
import {Layout} from '@react-spectrum/docs';
1111
export default Layout;

0 commit comments

Comments
 (0)