Skip to content

Commit b434588

Browse files
authored
fix a typo in README.md
1 parent 0f3bfaa commit b434588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ console.log("this doSomething took " + (endTime - startTime) + " milliseconds.")
160160
```
161161

162162
**[⬆ Back to Top](#table-of-contents)**
163-
### Two ways to remove an item in a specific in an array
163+
### Two ways to remove an item in a specific index in an array
164164

165165
```javascript
166166
//Mutating way

0 commit comments

Comments
 (0)