Skip to content

docs: fix missing closing quote in networkMode option #8965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

mrbadri
Copy link
Contributor

@mrbadri mrbadri commented Apr 7, 2025

Description

This PR corrects a small typo in the documentation for the networkMode field. Specifically, the closing quote was missing in the 'offlineFirst' option.

Before

networkMode: 'online' | 'always' | 'offlineFirst

After

networkMode: 'online' | 'always' | 'offlineFirst'

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Apr 7, 2025
@TkDodo TkDodo merged commit 0e1d866 into TanStack:main Apr 7, 2025
1 check passed
tylersayshi pushed a commit to tylersayshi/tanstack-query that referenced this pull request Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants