Skip to content

Commit d5b4151

Browse files
committed
changed formatting on name key in text
1 parent 927c706 commit d5b4151

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/data/data-modeling/secondary-index

1 file changed

+1
-1
lines changed

src/pages/[platform]/build-a-backend/data/data-modeling/secondary-index/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ let queriedCustomers = try await Amplify.API.query(
209209

210210
<InlineFilter filters={["flutter"]}>
211211

212-
The example client query below allows you to query for "Customer" records based on their "name" AND their `accountRepresentativeId`:
212+
The example client query below allows you to query for "Customer" records based on their `name` AND their `accountRepresentativeId`:
213213

214214
```dart title="lib/main.dart"
215215
import 'package:amplify_api/amplify_api.dart';

0 commit comments

Comments
 (0)