Skip to content

Commit b62e0ca

Browse files
authored
Merge pull request #341 from baiy/patch-1
kebab_case 函数名错误修复
2 parents 8d891cc + cf3a801 commit b62e0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ Laravel 包含各种各样的全局「辅助」PHP 函数,这些方法中的
566566
<a name="method-kebab-case"></a>
567567
#### `kebab_case()` {#collection-method}
568568

569-
`lebab_case` 函数将给定的字符串转换为 `短横线隔开式`
569+
`kebab_case` 函数将给定的字符串转换为 `短横线隔开式`
570570

571571
$value = kebab_case('fooBar');
572572

0 commit comments

Comments
 (0)