Skip to content

Commit

Permalink
docs(dataconnect): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanBahati committed Dec 2, 2024
1 parent 436006d commit 2f4e6ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/react/hooks/data-connect/useConnectMutation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The hook manages the mutation process and provides an easy-to-use interface to m

## Features

- Simplifies mutation handling for <b>creatt</b>, <b>update</b>, and <b>delete</b> operations using Firebase Data Connect.
- Simplifies mutation handling for <b>create</b>, <b>update</b>, and <b>delete</b> operations using Firebase Data Connect.
- Provides <b>type-safe</b> handling of mutations based on your Firebase Data Connect schema.
- Automatically manages <b>loading</b>, <b>success</b>, and <b>error</b> states for mutations.
- Supports <b>optimistic updates</b> and <b>caching</b> to improve user experience and performance.
Expand Down
6 changes: 3 additions & 3 deletions docs/react/hooks/data-connect/useConnectQuery.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ The hook simplifies the process of querying data from Firebase Data Connect and

## Features

- Provides type-safe handling of queries based on the Firebase Data Connect schema.
- Provides <b>type-safe</b> handling of queries based on the Firebase Data Connect schema.
- Simplifies data fetching using Firebase Data Connect.
- Automatically manages loading, success, and error states.
- Supports refetching data with integrated caching.
- Automatically manages <b>loading</b>, <b>success</b>, and <b>error</b> states.
- Supports <b>refetching data</b> with integrated <b>caching</b>.

## Usage

Expand Down

0 comments on commit 2f4e6ed

Please sign in to comment.