Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
Differential Revision: D66596818

fbshipit-source-id: 0598e5449cd0717725749f6af5936abfb18530d9
  • Loading branch information
Allan Spreys authored and facebook-github-bot committed Nov 30, 2024
1 parent 5636d53 commit a8a0750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay-runtime/store/RelayStoreTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -1481,7 +1481,7 @@ export type ConcreteClientEdgeResolverReturnType<T = any> = {
* returns a callback which should be called when the value _may_ have changed.
*
* While over-notification (subscription notifications when the read value has
* not actually changed) is suported, for performance reasons, it is recommended
* not actually changed) is supported, for performance reasons, it is recommended
* that the provider of the LiveState value confirms that the value has indeed
* change before notifying Relay of the change.
*/
Expand Down

0 comments on commit a8a0750

Please sign in to comment.