File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function toArray(): array
8080 'type ' => $ this ->type ,
8181 'spacing ' => $ this ->spacing ,
8282 'facts ' => $ facts ,
83- 'seperator ' => $ this ->separator
83+ 'separator ' => $ this ->separator
8484 ];
8585 }
8686}
Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ public function setSpacing(string $spacing): self
7676 }
7777
7878 /**
79- * Set the seperator .
79+ * Set the separator .
8080 *
81- * @param bool $seperator
81+ * @param bool $separator
8282 *
8383 * @return Icon
8484 */
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ public function factsets_can_be_set_in_content(): void
265265 ]
266266 ],
267267 'spacing ' => null ,
268- 'seperator ' => null
268+ 'separator ' => null
269269 ],
270270 ],
271271 'actions ' => []
You can’t perform that action at this time.
0 commit comments