Skip to content

Commit fddb71f

Browse files
Merge pull request #1760 from codatio/spellChecks
Update spellings to pass checks
2 parents 6aca9a0 + 577c646 commit fddb71f

34 files changed

+180
-70
lines changed

blog/230203-weekly-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: ["Product", "Update"]
55
authors: mcclowes
66
---
77

8-
A new product for easy syncing with bookkeeping software and ERPs, and other qualithy of life improvements.
8+
A new product for easy syncing with bookkeeping software and ERPs, and other quality of life improvements.
99

1010
<!--truncate-->
1111

blog/230404-product-update-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ We've improved our data type coverage for a number of integrations.
3232

3333
## Deprecations
3434

35-
Don't forget about these immenent deprecations:
35+
Don't forget about these imminent deprecations:
3636

3737
- [https://docs.codat.io/updates/230411-api-keys](https://docs.codat.io/updates/230411-api-keys)
3838
- [https://docs.codat.io/updates/230411-deletion-of-data](https://docs.codat.io/updates/230411-deletion-of-data)

blog/230710-deprecation-v2-categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After the **24th July 2023**, the deprecated endpoints will no longer work, the
4949

5050
:::caution Update: July 24, 2023
5151

52-
**Deprecation compelted**
52+
**Deprecation completed**
5353
:::
5454

5555
:::caution Update: July 13, 2023

blog/240925-ui-improvements-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We have revised and improved the connection flows a small business customer goes
1515

1616
- A **clean and consistent layout and design** to provide recognizable experiences across all our linking journeys.
1717
- **Improved and simplified copy** that provides enhanced guidance to the user going through the flow.
18-
- **Autogenerated username and password values** the user can copy and paste to remove ambuguity.
18+
- **Autogenerated username and password values** the user can copy and paste to remove ambiguity.
1919
- **Deep links** in the linking journey take users directly to the pages they need to execute the steps of the flow.
2020
- Links to **end user documentation** that supports your customer in their journey and allows them to troubleshoot as they go.
2121

blog/241004-deprecation-rules-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you are currently using company-specific rules with our legacy service, use c
3333

3434
#### Company information using tags
3535

36-
For example, if you previously passed company information via the webhook consumer's path (such as `POST /region/{regionId}/accounts/{accountId}`), you can use `tags` when creating or udating a company as follows:
36+
For example, if you previously passed company information via the webhook consumer's path (such as `POST /region/{regionId}/accounts/{accountId}`), you can use `tags` when creating or updating a company as follows:
3737

3838
```json
3939
{

blog/250110-secure-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ If you are currently adding query parameters to Link URLs (for example, by appen
4242

4343
#### If using Link SDK
4444

45-
To enforce the imited validity of Link URLs using the Link SDK, you need to retrieve an access token for your customer using the [Get company access token](/platform-api#/operations/get-company-access-token) endpoint and pass it when initializing the SDK. This serves as an equivalent to a one-time password appended to a Link URL.
45+
To enforce the limited validity of Link URLs using the Link SDK, you need to retrieve an access token for your customer using the [Get company access token](/platform-api#/operations/get-company-access-token) endpoint and pass it when initializing the SDK. This serves as an equivalent to a one-time password appended to a Link URL.

blog/250401-bank-feeds-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ This update is relevant for our Bank Feeds clients who use our account mapping U
2525

2626
## How to get started?
2727

28-
No action is required on your side. If you are currently using our account mapping UI in your application, the component is already avalaible to your customers.
28+
No action is required on your side. If you are currently using our account mapping UI in your application, the component is already available to your customers.

blog/260102-close-friction-overlay-in-embedded-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tags: ["Product", "Update", "Link", "UX"]
55
authors: pmckinney
66
---
77

8-
We've added a new exit confirmation overlay to Embedded Link. It appears when users attempt to close an in-progess connection flow, helping prevent accidental drop-offs.
8+
We've added a new exit confirmation overlay to Embedded Link. It appears when users attempt to close an in-progress connection flow, helping prevent accidental drop-offs.
99

1010
<!--truncate-->
1111

blog/260116-xero-pricing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Depending on your current connection volumes and API usage, you may need to:
2525

2626
- Select a tier.
2727
- Add a payment method in [Xero’s developer portal](http://developer.xero.com/app/manage/) (required once moving beyond Starter).
28-
- Monitor and optimise API usage to manage costs.
28+
- Monitor and optimize API usage to manage costs.
2929

3030
## What you should do now
3131

@@ -34,4 +34,4 @@ To avoid disruption and ensure you’re ready ahead of March, we recommend you:
3434
- Review [Xero’s pricing and tier model](https://developer.xero.com/pricing#tier-fees-connection-limits-and-api-volume-usage).
3535
- Login to your [Xero developer app](http://developer.xero.com/app/manage/) and check your API usage.
3636
- Plan for tier selection/billing readiness ahead of March 2026.
37-
- Please review your datasets' [sync frequency](https://docs.codat.io/using-the-api/queueing-data-syncs#sync-frequency) in the Codat portal. It is always reccomended that you only sync data as often as is essential for your use-case.
37+
- Please review your datasets' [sync frequency](https://docs.codat.io/using-the-api/queueing-data-syncs#sync-frequency) in the Codat portal. It is always recommended that you only sync data as often as is essential for your use-case.

cspell.json

Lines changed: 118 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,87 +34,197 @@
3434
}
3535
],
3636
"words": [
37+
"Abila",
38+
"AEST",
39+
"aiwb",
40+
"AISP",
3741
"akxx",
3842
"API",
3943
"APIs",
44+
"appsettings",
4045
"authentication",
4146
"authorization",
47+
"autoplay",
48+
"Autres",
4249
"BACS",
50+
"bankfeeds",
51+
"bankstatement",
52+
"Basiq",
53+
"bento",
4354
"BigCommerce",
55+
"billpayasync",
56+
"billpaysync",
57+
"Brex",
58+
"brex",
4459
"Capchase",
4560
"Chargebee",
61+
"chargeback",
62+
"chargebacks",
63+
"Chargebacks",
64+
"Chargify",
65+
"chargify",
66+
"Clearbooks",
4667
"Codat's",
4768
"Codat",
48-
"datasource",
49-
"datasources",
50-
"datatype",
51-
"datatypes",
69+
"Coltman",
70+
"companyid",
71+
"costcenters",
72+
"Dashboarding",
73+
"DDEP",
5274
"deauthorization",
5375
"Deauthorized",
76+
"deauthorize",
5477
"decisioning",
78+
"demodata",
5579
"drawdowns",
80+
"drillable",
81+
"dropoff",
5682
"dvcm",
83+
"EBITDA",
5784
"eCommerce",
5885
"endpoint",
5986
"endpoints",
87+
"exez",
88+
"exgd",
89+
"Fahey",
6090
"fbrh",
91+
"fintech",
6192
"Financials",
93+
"fqly",
6294
"FreshBooks",
95+
"fztf",
96+
"GAAP",
97+
"gamify",
98+
"Gamify",
6399
"gbol",
100+
"generalledgers",
101+
"Hairosmith",
64102
"hbql",
65103
"hcws",
104+
"HMAC",
105+
"hostnames",
106+
"HSTS",
66107
"iban",
108+
"IDAS",
67109
"Intacct's",
68110
"Intacct",
69111
"Intuit's",
70112
"Intuit",
113+
"Jaro",
71114
"jcrp",
115+
"Kash",
116+
"Kashflow",
117+
"keyss",
118+
"Kleppman",
119+
"knfz",
120+
"Knowledgebase",
121+
"ldgh",
72122
"Lightspeed",
123+
"lqai",
124+
"lrhd",
125+
"ltes",
126+
"ltpp",
73127
"Maxio",
74128
"metadata",
129+
"miscategorized",
130+
"MNDA",
131+
"Mobbin",
132+
"Monzo",
133+
"mqjo",
134+
"multicurrency",
135+
"Multitenant",
136+
"mybank",
75137
"MYOB",
138+
"myshopify",
76139
"ndsk",
77140
"neobanks",
78141
"NetSuite",
142+
"OBWAC",
79143
"olpr",
144+
"Organisation",
145+
"Organisations",
146+
"otherreceipt",
80147
"Pandle",
81148
"payables",
149+
"paymentmethod",
150+
"payrun",
151+
"payruns",
82152
"pbbf",
153+
"pbtz",
83154
"pdvj",
155+
"permissioned",
84156
"Phorest",
157+
"PISP",
85158
"pqsw",
86159
"Presta",
87160
"PrestaShop",
88161
"qhyg",
162+
"qkdj",
89163
"Qualys",
90164
"qudb",
165+
"QWAC",
91166
"QuickBooks",
167+
"quickbooksdesktop",
92168
"recategorization",
93169
"recategorize",
94170
"Recategorize",
95171
"recategorizing",
96172
"Recategorizing",
97173
"Recurly",
174+
"Rightworks",
175+
"Rockstar",
176+
"RPMT",
177+
"rqwd",
98178
"rvam",
179+
"rwuv",
180+
"SCHG",
181+
"SCPN",
182+
"SDLC",
99183
"SDK",
100184
"SDKs",
185+
"shipto",
186+
"signum",
187+
"skillset",
188+
"subjournals",
189+
"sumup",
190+
"suuo",
101191
"Svix",
192+
"textkey",
193+
"textkeys",
102194
"tgff",
195+
"THHMMSS",
103196
"trji",
104197
"TrueLayer's",
105198
"TrueLayer",
106-
"usecase",
107-
"usecases",
199+
"ugxp",
200+
"upvr",
201+
"Venmo",
202+
"Vipps",
203+
"vipps",
204+
"VNDDEFAULT",
205+
"vqzp",
108206
"vxvy",
109207
"Wayflyer",
208+
"Webroot",
209+
"Webservice",
210+
"Webservices",
211+
"webhookratelimits",
110212
"webhook",
111213
"webhooks",
214+
"Winkler",
215+
"workstream",
216+
"workstreams",
112217
"worksream",
113218
"writeback",
114219
"Writeback",
220+
"xcwv",
221+
"XLSB",
115222
"Xero's",
116223
"Xero",
224+
"YNAB",
225+
"yzth",
117226
"Zettle",
118-
"zpqy"
227+
"zpqy",
228+
"zsth"
119229
]
120-
}
230+
}

0 commit comments

Comments
 (0)