Skip to content

Commit

Permalink
typos and broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaichkina authored Nov 12, 2024
1 parent d869632 commit 9193026
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/auth-flow/authorize-embedded-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ In the example below, you'll see that we use webpack's [magic comments](https://

You can copy and paste the example <a href="https://github.com/codatio/sdk-link/blob/main/examples/languages/next/src/app/components/CodatLink.tsx" target="_blank">`CodatLink.tsx`</a> file to an appropriate location in your app. We recommend setting the component to `width: 460px; height: 840px` because it's optimized to look best with these parameters.
We use [`"use client"`](https://nextjs.org/docs/getting-started/react-essentials#the-use-client-directive) in the script to define this as client-side code, and the import is ignored in webpack to avoid NextJS caching (as above).
We use [`"use client"`](https://react.dev/reference/rsc/use-client) in the script to define this as client-side code, and the import is ignored in webpack to avoid NextJS caching (as above).
2. **Use the component to mount the SDK**
Expand Down
2 changes: 1 addition & 1 deletion docs/auth-flow/optimize/connection-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ In the snippet below, you'll see that we use webpack's [magic comments](https://

You can copy and paste the example <a href="https://github.com/codatio/sdk-connections/blob/main/examples/languages/next/src/components/CodatConnections.tsx" target="_blank">`CodatConnections.tsx`</a> file to an appropriate location in your app. We recommend setting the component to `width: 460px; height: 840px` because it's optimized to look best with these parameters.
We use [`"use client"`](https://nextjs.org/docs/getting-started/react-essentials#the-use-client-directive) in the script to define this as client-side code, and the import is ignored in webpack to avoid NextJS caching (as above).
We use [`"use client"`](https://react.dev/reference/rsc/use-client) in the script to define this as client-side code, and the import is ignored in webpack to avoid NextJS caching (as above).
2. **Use the component to mount the SDK**
Expand Down
2 changes: 0 additions & 2 deletions docs/get-started/accounting-for-beginners.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: "Getting to grips with accounting terminology and principles"

Throughout our documentation, you may see unfamiliar terms and accounting-specific principles. While we try to keep things as simple as possible, some understanding of accounting will definitely help you out. We've collated a number of third-party resources that might help get you started below.

You can also refer to our new (work in progress) [glossary](/glossary) for a quick rundown of terms we use in our docs.

<ul className="card-container col-1">
<li className="card animation-pulse">
<div className="header">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Subscribe to the Sage API for Sage 200 Unlimited.
2. In the top-right corner, select **Sign in**, and follow the instructions to register your details.
When your registration is complete, you're automatically taken to your account profile.
3. Return to the <a href="https://developer.columbus.sage.com/products/" target="_blank">Sage API page</a>.
4. Under Products, choose **Sage 200 Unlimited**. The **Sage 200 Unlimited** page is displayed listing the APIs available for this product and it covers both Sage200 Standard and Sage200 Extra/Professional.
4. Under Products, choose **Sage 200 Unlimited**. The **Sage 200 Unlimited** page is displayed listing the APIs available for this product and it covers both Sage 200 Standard and Sage 200 Extra/Professional.
5. Select **Subscribe**.
6. Select the **By subscribing to Sage 200 Unlimited...** checkbox and select **Confirm**.

Expand Down Expand Up @@ -92,7 +92,7 @@ Make sure that your secure keys don't contain any spaces.

You can also click **Manage** to view the integration's settings page, and then enable the integration from there.

Your Sage200 cloud integration is now set up.
Your Sage 200 Standard integration is now set up.

## Test your integration

Expand All @@ -103,11 +103,11 @@ We recommend that you test your integration before sending Link URLs to customer
Unfortunately, you can't use a trial account to test your integration. Sage doesn't allow the creation or update of records from their trial accounts.
:::

1. Set up some test data in your Sage200 Standard account. For example, some new or amended invoices.
1. Set up some test data in your Sage 200 Standard account. For example, some new or amended invoices.
2. Next, go to the Codat Portal where you've enabled your integration and [create a test company](/configure/portal/companies#add-a-new-company).
3. Find the Link URL for your test company. Select **Request data** next to the company name.
4. Use the Link URL to connect your Sage 200 Standard account.
- When Link opens, select **Sage200 Standard**, and then select **Continue to Sage 200 Standard**.
- When Link opens, select **Sage 200 Standard**, and then select **Continue to Sage 200 Standard**.
- Log in to your Sage 200 Standard account.
- Authorize access to your account details.
5. Make sure that test data from your account is displayed for your test company in the Codat Portal.
Expand Down

0 comments on commit 9193026

Please sign in to comment.