Skip to content

Commit e447bf7

Browse files
authored
Fix missing quotes
1 parent 56d1ed9 commit e447bf7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/3_reference/3_panel/3_fields/0_color/reference-article.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,15 @@ return [
153153
'colors' => [
154154
[
155155
'name' => 'Color A',
156-
'hex => '#3e3e3e',
156+
'hex' => '#3e3e3e',
157157
],
158158
[
159159
'name' => 'Color B',
160-
'hex => '#aaa',
160+
'hex' => '#aaa',
161161
],
162162
[
163163
'name' => 'Color C',
164-
'hex => '#ddd',
164+
'hex' => '#ddd',
165165
]
166166
]
167167
]

0 commit comments

Comments
 (0)