Skip to content

Commit

Permalink
fix: mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-the-drawer committed Apr 17, 2024
1 parent c6accda commit cb4fc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Onyx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ function merge<TKey extends OnyxKey>(key: TKey, changes: OnyxEntry<NullishDeep<K
*
* @example
*
* Onyx. (ONYXKEYS.COLLECTION.REPORT, {
* Onyx.mergeCollection(ONYXKEYS.COLLECTION.REPORT, {
* [`${ONYXKEYS.COLLECTION.REPORT}1`]: report1,
* [`${ONYXKEYS.COLLECTION.REPORT}2`]: report2,
* });
Expand Down

0 comments on commit cb4fc27

Please sign in to comment.