Skip to content

Commit

Permalink
Fix a typo (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeTeam authored and James Baxley committed Feb 27, 2018
1 parent 01fef85 commit eb78ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apollo-client/src/core/watchQueryOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { PureQueryOptions } from './types';
* - cache-first (default): return result from cache. Only fetch from network if cached result is not available.
* - cache-and-network: return result from cache first (if it exists), then return network result once it's available.
* - cache-only: return result from cache if available, fail otherwise.
* - no-cache: return resutl from network, fail if network call doesn't succeed, don't save to cache
* - no-cache: return result from network, fail if network call doesn't succeed, don't save to cache
* - network-only: return result from network, fail if network call doesn't succeed, save to cache
* - standby: only for queries that aren't actively watched, but should be available for refetch and updateQueries.
*/
Expand Down

0 comments on commit eb78ab9

Please sign in to comment.