Skip to content

Commit 05d730e

Browse files
committed
Adds missing comment and new line
1 parent a62eb2b commit 05d730e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/03-components/Accordion/accordion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ accordionItems:
4040
isOpen: false
4141
content: |-
4242
<p>A paragraph (from the Greek paragraphos, “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.</p>
43-
<p>This is what a successive paragraph looks like. Some people prefer a space between paragraphs, while others prefer successive paragraphs indented with no margins between them.</p>
43+
<p>This is what a successive paragraph looks like. Some people prefer a space between paragraphs, while others prefer successive paragraphs indented with no margins between them.</p>

source/06-utility/getCssVar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* TODO
2+
* Gets the value of CSS custom properties set at the :root
33
*/
44
function getCssVar(property: string): string {
55
// :root

0 commit comments

Comments
 (0)