Skip to content

Commit c222f63

Browse files
author
Ahmed Hamouda
committed
chore: add migration guide terms to spellcheck dictionary
1 parent bba8fe0 commit c222f63

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

cspell.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@
382382
"callout--info",
383383
"callout",
384384
"callout",
385+
"callouts",
385386
"camelCase",
386387
"canCancel",
387388
"cancelAllWithType",
@@ -506,7 +507,9 @@
506507
"DataStore",
507508
"dd3f5b",
508509
"deddd",
510+
"dedup",
509511
"deduped",
512+
"Dexie",
510513
"deeplink",
511514
"Deeplink",
512515
"deepskyblue",
@@ -557,6 +560,7 @@
557560
"echofunction",
558561
"ecommerce",
559562
"Elasticsearch",
563+
"ERESOLVE",
560564
"ElasticSearch",
561565
"ElasticsearchEBSVolumeGB",
562566
"ElasticsearchInstanceCount",
@@ -1027,6 +1031,7 @@
10271031
"PITR",
10281032
"pkey",
10291033
"placeindex",
1034+
"persistor",
10301035
"pluggable",
10311036
"png",
10321037
"Podfile",
@@ -1044,6 +1049,7 @@
10441049
"postname",
10451050
"posts.graphql",
10461051
"PostsTable",
1052+
"posttags",
10471053
"posttitle",
10481054
"powertools",
10491055
"pre-annotated",
@@ -1498,6 +1504,7 @@
14981504
"amplifyjsapp",
14991505
"lightgray",
15001506
"inappbrowser",
1507+
"immer",
15011508
"importauth",
15021509
"withoauth",
15031510
"myawesomekey",

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3-
import "./.next/types/routes.d.ts";
3+
import "./client/www/next-build/dev/types/routes.d.ts";
44

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

0 commit comments

Comments
 (0)