diff --git a/README.md b/README.md index 64aa6d3..1824bcf 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ LetsGo does it by providing a prescriptive architecture implemented with a moder - **Integration with Slack** to keep current with new customers signing up and subscriptions being paid. - A **flexible tenancy and user model** with membership management and invitation flow. - A set of modern yet robust technologies including Next.js, Node.js, and Typescript that **make your days exciting and the nights boring**. -- LetGo is **OSS under MIT**, so there is no vendor lock-in and you can always see what makes it tick. +- Letsgit@github.com:matthewzhaocc/letsgo.gitGo is **OSS under MIT**, so there is no vendor lock-in and you can always see what makes it tick. ## Getting started diff --git a/apps/ops/src/commands/status.ts b/apps/ops/src/commands/status.ts index ff33cde..21d617a 100644 --- a/apps/ops/src/commands/status.ts +++ b/apps/ops/src/commands/status.ts @@ -35,7 +35,7 @@ import { } from "@aws-sdk/client-lambda"; import { TableDescription } from "@aws-sdk/client-dynamodb"; import { get } from "https"; -import { LogGroup } from "aws-sdk/clients/cloudwatchlogs"; +import { LogGroup } from "@aws-sdk/client-cloudwatch-logs"; const AllArtifacts = ["all", "api", "web", "db", "worker"]; diff --git a/docs/reference/letsgo-trust/README.md b/docs/reference/letsgo-trust/README.md index 7d33cbc..829b0cc 100644 --- a/docs/reference/letsgo-trust/README.md +++ b/docs/reference/letsgo-trust/README.md @@ -2,7 +2,7 @@ # @letsgo/trust -This package helps manage trust in LetsGo. It provies functions for managing issuers, identities, +This package helps manage trust in LetsGo. It provides functions for managing issuers, identities, and issuing and verifying JWTs, ## Table of contents diff --git a/packages/trust/src/index.ts b/packages/trust/src/index.ts index de1905a..c784665 100644 --- a/packages/trust/src/index.ts +++ b/packages/trust/src/index.ts @@ -1,5 +1,5 @@ /** - * This package helps manage trust in LetsGo. It provies functions for managing issuers, identities, + * This package helps manage trust in LetsGo. It provides functions for managing issuers, identities, * and issuing and verifying JWTs, * * @module