Skip to content

Commit dda5812

Browse files
committed
chore typo
1 parent d2b63a3 commit dda5812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DataType/NestedDataType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public function render(PhpRenderer $view, ValueRepresentation $value){
191191
$properties = json_decode($value->value(), true);
192192
$values = [];
193193

194-
// this cicle will be removed
194+
// this cycle will be removed
195195
foreach ($properties[0] as $key => $val) {
196196

197197
if($key == '@type'){

0 commit comments

Comments
 (0)