Skip to content

Commit 9815ffe

Browse files
kyleturcolevithomason
authored andcommitted
typo fixes
1 parent b1c5c05 commit 9815ffe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/app/Examples/elements/List/Types/ListLinkExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, {Component} from 'react';
22
import {List, ListItem} from 'stardust';
33

4-
export default class ListBulletedExample extends Component {
4+
export default class ListLinkExample extends Component {
55
render() {
66
const link1 = <a>Home</a>;
77
const link2 = <a>About</a>;

docs/app/Examples/elements/List/Types/ListOrderedExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, {Component} from 'react';
22
import {List, ListItem} from 'stardust';
33

4-
export default class ListBulletedExample extends Component {
4+
export default class ListOrderedExample extends Component {
55
render() {
66
return (
77
<List className='ordered'>

0 commit comments

Comments
 (0)