Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1c6cb7e

Browse filesBrowse files
author
Anthony Shuker
authored
Fix typo in Record documentation
1 parent d23746f commit 1c6cb7e
Copy full SHA for 1c6cb7e

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎type-definitions/Immutable.d.ts

Copy file name to clipboardExpand all lines: type-definitions/Immutable.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ declare module Immutable {
22902290
*
22912291
* **Choosing Records vs plain JavaScript objects**
22922292
*
2293-
* Records ofters a persistently immutable alternative to plain JavaScript
2293+
* Records offer a persistently immutable alternative to plain JavaScript
22942294
* objects, however they're not required to be used within Immutable.js
22952295
* collections. In fact, the deep-access and deep-updating functions
22962296
* like `getIn()` and `setIn()` work with plain JavaScript Objects as well.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.