瀏覽代碼

docs: capitalization

Sven 1 年之前
父節點
當前提交
e85bcbc6ad
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -32,10 +32,10 @@ Contains builtin TypeScript declarations. Webpack compatible and supports ESM an
     - [debounce()](#debounce) - call a function only once, after a given amount of time
     - [fetchAdvanced()](#fetchadvanced) - wrapper around the fetch API with a timeout option
   - [Arrays:](#arrays)
-    - [randomItem()](#randomitem) - Returns a random item from an array
-    - [randomItemIndex()](#randomitemindex) - Returns a tuple of a random item and its index from an array
-    - [takeRandomItem()](#takerandomitem) - Returns a random item from an array and mutates it to remove the item
-    - [randomizeArray()](#randomizearray) - Returns a copy of the array with its items in a random order
+    - [randomItem()](#randomitem) - returns a random item from an array
+    - [randomItemIndex()](#randomitemindex) - returns a tuple of a random item and its index from an array
+    - [takeRandomItem()](#takerandomitem) - returns a random item from an array and mutates it to remove the item
+    - [randomizeArray()](#randomizearray) - returns a copy of the array with its items in a random order
 - [License](#license)
 
 <br><br>