Skip to content

Commit bf23811

Browse files
committed
ignore claimed spelling mistake by yarn spellcheck
1 parent 94849f0 commit bf23811

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { getCustomStaticPath } from '@/utils/getCustomStaticPath';
2+
// cspell:ignore ACCOUNTREPRESENTATIVEID
23
export const meta = {
34
title: 'Customize secondary indexes',
45
description:
@@ -116,7 +117,6 @@ import 'models/ModelProvider.dart';
116117
// highlight-start
117118
final request = ModelQueries.list(
118119
Customer.classType,
119-
// eslint-disable-next-line spellcheck/spell-checker
120120
where: Customer.ACCOUNTREPRESENTATIVEID.eq(YOUR_REP_ID),
121121
);
122122
// highlight-end
@@ -218,7 +218,6 @@ import 'models/ModelProvider.dart';
218218
// highlight-start
219219
final request = ModelQueries.list(
220220
Customer.classType,
221-
// eslint-disable-next-line spellcheck/spell-checker
222221
where: Customer.ACCOUNTREPRESENTATIVEID.eq(YOUR_REP_ID) & Customer.NAME.beginsWith("Rene"),
223222
);
224223
// highlight-end

0 commit comments

Comments
 (0)