mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Fix Wikipedia link for kebabCase.
This commit is contained in:
@@ -5424,7 +5424,7 @@ _.escapeRegExp('[lodash](https://lodash.com/)');
|
||||
<a href="#_kebabcasestring">#</a> [Ⓢ](https://github.com/lodash/lodash/blob/3.0.0/lodash.src.js#L9440 "View in source") [Ⓣ][1]
|
||||
|
||||
Converts `string` to kebab case (a.k.a. spinal case).
|
||||
See [Wikipedia](https://en.wikipedia.org/wiki/Letter_case#Computers) for
|
||||
See [Wikipedia](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles) for
|
||||
more details.
|
||||
|
||||
#### Arguments
|
||||
|
||||
@@ -9418,7 +9418,7 @@
|
||||
|
||||
/**
|
||||
* Converts `string` to kebab case (a.k.a. spinal case).
|
||||
* See [Wikipedia](https://en.wikipedia.org/wiki/Letter_case#Computers) for
|
||||
* See [Wikipedia](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles) for
|
||||
* more details.
|
||||
*
|
||||
* @static
|
||||
|
||||
Reference in New Issue
Block a user