Skip to content

Commit

Permalink
docs: use smart quotes in datatable example (#4734)
Browse files Browse the repository at this point in the history
  • Loading branch information
vpicone committed Nov 20, 2019
1 parent 817ab1b commit bbcc20b
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ const rows = [
secondaryText: 'Secondary Text',
port: '80',
rule: 'Round Robin',
attachedGroups: "Maureen's VM Groups Testing a really long text here",
attachedGroups: 'Maureen’s VM Groups Testing a really long text here',
status: 'Active',
menu: {
label: 'Overflow menu description',
Expand All @@ -242,7 +242,7 @@ const rows = [
secondaryText: 'Secondary Text',
port: '80',
rule: 'Round Robin',
attachedGroups: "Maureen's VM Groups",
attachedGroups: 'Maureen’s VM Groups',
status: 'Active',
menu: {
label: 'Overflow menu description',
Expand All @@ -262,7 +262,7 @@ const rows = [
protocol: 'HTTP',
port: '80',
rule: 'Round Robin',
attachedGroups: "Maureen's VM Groups",
attachedGroups: 'Maureen’s VM Groups',
status: 'Active',
menu: {
label: 'Overflow menu description',
Expand All @@ -282,7 +282,7 @@ const rows = [
protocol: 'HTTP',
port: '80',
rule: 'Round Robin',
attachedGroups: "Maureen's VM Groups",
attachedGroups: 'Maureen’s VM Groups',
status: 'Active',
menu: {
label: 'Overflow menu description',
Expand All @@ -302,7 +302,7 @@ const rows = [
protocol: 'HTTP',
port: '80',
rule: 'Round Robin',
attachedGroups: "Maureen's VM Groups",
attachedGroups: 'Maureen’s VM Groups',
status: 'Active',
menu: {
label: 'Overflow menu description',
Expand All @@ -329,7 +329,7 @@ const rowsExpandable = [
protocol: 'HTTP',
port: '80',
rule: 'Round Robin',
attachedGroups: "Maureen's VM Groups",
attachedGroups: 'Maureen’s VM Groups',
status: 'Active',
},
{
Expand All @@ -348,7 +348,7 @@ const rowsExpandable = [
protocol: 'HTTP',
port: '80',
rule: 'Round Robin',
attachedGroups: "Maureen's VM Groups",
attachedGroups: 'Maureen’s VM Groups',
status: 'Active',
},
];
Expand Down

0 comments on commit bbcc20b

Please sign in to comment.