Skip to content

Commit 2f4e6ed

Browse files
committed
docs(dataconnect): fix typos
1 parent 436006d commit 2f4e6ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/react/hooks/data-connect/useConnectMutation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The hook manages the mutation process and provides an easy-to-use interface to m
88

99
## Features
1010

11-
- Simplifies mutation handling for <b>creatt</b>, <b>update</b>, and <b>delete</b> operations using Firebase Data Connect.
11+
- Simplifies mutation handling for <b>create</b>, <b>update</b>, and <b>delete</b> operations using Firebase Data Connect.
1212
- Provides <b>type-safe</b> handling of mutations based on your Firebase Data Connect schema.
1313
- Automatically manages <b>loading</b>, <b>success</b>, and <b>error</b> states for mutations.
1414
- Supports <b>optimistic updates</b> and <b>caching</b> to improve user experience and performance.

docs/react/hooks/data-connect/useConnectQuery.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The hook simplifies the process of querying data from Firebase Data Connect and
88

99
## Features
1010

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

1616
## Usage
1717

0 commit comments

Comments
 (0)