diff --git a/src/pages/[platform]/deploy-and-host/fullstack-branching/mono-and-multi-repos/index.mdx b/src/pages/[platform]/deploy-and-host/fullstack-branching/mono-and-multi-repos/index.mdx index 3a763c06276..a9d15c18ac8 100644 --- a/src/pages/[platform]/deploy-and-host/fullstack-branching/mono-and-multi-repos/index.mdx +++ b/src/pages/[platform]/deploy-and-host/fullstack-branching/mono-and-multi-repos/index.mdx @@ -170,7 +170,7 @@ frontend: If you're using Amplify Data, we recommend adding a `paths` entry in the `tsconfig.json` of your frontend app that points to the `amplify/data/resource.ts` file in your backend app to easily access your schema type definitions from your frontend apps. -First, cone your backend repo into the same parent directory as your frontend app, then add the following entry: +First, clone your backend repo into the same parent directory as your frontend app, then add the following entry: ```json title="tsconfig.json" showLineNumbers={false} {