From b91226b2eb35ee88e31356a3db3c227c796b0981 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 22 Aug 2023 07:38:40 +0000 Subject: [PATCH] Preview PR https://github.com/pingcap/docs/pull/14532 and this preview is triggered from commit https://github.com/pingcap/docs/pull/14532/commits/0d84777511f241891321237fec5938da767c1589 --- .../master/develop/dev-guide-sample-application-aws-lambda.md | 4 ++-- .../master/develop/dev-guide-sample-application-nextjs.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-aws-lambda.md b/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-aws-lambda.md index baf80abc2..c96f90d12 100644 --- a/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-aws-lambda.md +++ b/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-aws-lambda.md @@ -25,7 +25,7 @@ If you don't have a TiDB cluster yet, you can create one using one of the follow - (Recommended) Refer to [Create a TiDB Serverless cluster](/develop/dev-guide-build-cluster-in-cloud.md) to create your own TiDB Cloud cluster. - Refer to [Deploy a local test TiDB cluster](/quick-start-with-tidb.md) or [Deploy a formal TiDB cluster](/production-deployment-using-tiup.md) to create a local cluster. -If you don't have an AWS account and user, you can create them by following the steps in the [Getting started with Lambda](https://docs.aws.amazon.com/lambda/latest/dg/getting-started.html) guide. +If you don't have an AWS account or a user, you can create them by following the steps in the [Getting Started with Lambda](https://docs.aws.amazon.com/lambda/latest/dg/getting-started.html) guide. ## Run the sample application @@ -221,7 +221,7 @@ Refer to [Delete data](/develop/dev-guide-delete-data.md) for more information. ## Considerations -- It's recommended that using ORM frameworks to improve development efficiency in scenarios without a lot of complex SQL, such as [Sequelize](https://sequelize.org/), [Prisma](https://www.prisma.io/) and [TypeORM](https://typeorm.io/). +- It is recommended to use ORM frameworks like [Sequelize](https://sequelize.org/), [Prisma](https://www.prisma.io/), and [TypeORM](https://typeorm.io/) to improve development efficiency in scenarios that do not involve a lot of complex SQL. ## What's next diff --git a/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-nextjs.md b/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-nextjs.md index c37c2fa42..95a747557 100644 --- a/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-nextjs.md +++ b/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-nextjs.md @@ -224,8 +224,8 @@ Refer to [Delete data](/develop/dev-guide-delete-data.md) for more information. ## Considerations -- It's recommended that using ORM frameworks to improve development efficiency in scenarios without a lot of complex SQL, such as [Sequelize](https://sequelize.org/), [Prisma](https://www.prisma.io/) and [TypeORM](https://typeorm.io/). -- For more details about how to build a complex application with ORM and Next.js, see [our Bookshop Demo](https://github.com/pingcap/tidb-prisma-vercel-demo). +- It is recommended to use ORM frameworks like [Sequelize](https://sequelize.org/), [Prisma](https://www.prisma.io/), and [TypeORM](https://typeorm.io/) to improve development efficiency in scenarios that do not involve a lot of complex SQL. +- For more details on how to build a complex application with ORM and Next.js, see [our Bookshop Demo](https://github.com/pingcap/tidb-prisma-vercel-demo). ## What's next