diff --git a/docs/react/hooks/data-connect/useConnectMutation.mdx b/docs/react/hooks/data-connect/useConnectMutation.mdx
index 9401668..bcda15d 100644
--- a/docs/react/hooks/data-connect/useConnectMutation.mdx
+++ b/docs/react/hooks/data-connect/useConnectMutation.mdx
@@ -8,7 +8,7 @@ The hook manages the mutation process and provides an easy-to-use interface to m
## Features
-- Simplifies mutation handling for creatt, update, and delete operations using Firebase Data Connect.
+- Simplifies mutation handling for create, update, and delete operations using Firebase Data Connect.
- Provides type-safe handling of mutations based on your Firebase Data Connect schema.
- Automatically manages loading, success, and error states for mutations.
- Supports optimistic updates and caching to improve user experience and performance.
diff --git a/docs/react/hooks/data-connect/useConnectQuery.mdx b/docs/react/hooks/data-connect/useConnectQuery.mdx
index dbe485f..0553646 100644
--- a/docs/react/hooks/data-connect/useConnectQuery.mdx
+++ b/docs/react/hooks/data-connect/useConnectQuery.mdx
@@ -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 type-safe 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 loading, success, and error states.
+- Supports refetching data with integrated caching.
## Usage