Skip to content

Commit af14ef3

Browse files
committed
chore: Fix deprecation typo
1 parent d7155ca commit af14ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FluidColumn.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public function dateInterval(): FluidColumnOptions
180180
}
181181

182182
/**
183-
* @depracated Use json() instead
183+
* @deprecated Use json() instead
184184
*/
185185
public function array(): FluidColumnOptions
186186
{
@@ -211,7 +211,7 @@ public function jsonArray(): FluidColumnOptions
211211
}
212212

213213
/**
214-
* @depracated Use json() instead
214+
* @deprecated Use json() instead
215215
*/
216216
public function object(): FluidColumnOptions
217217
{

0 commit comments

Comments
 (0)