Skip to content

Commit 71de5a1

Browse files
authored
fix: typos (#7358)
1 parent 8361a00 commit 71de5a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cli/src/commands/database/seed/tables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export const seedTables = async (
207207
connection.query(insertInto(createDefaultAccountCenter(adminTenantId), AccountCenters.table)),
208208
]);
209209

210-
// The below seed data is for the Logto Cloud only. We put it here for the sack of simplicity.
210+
// The below seed data is for the Logto Cloud only. We put it here for the sake of simplicity.
211211
// The data is not harmful for OSS, since they are all admin tenant data. OSS will not use them
212212
// and they cannot be seen by the Console.
213213
await Promise.all([

packages/console/src/assets/docs/guides/web-dotnet-core-mvc/fragments/_sign-in-and-sign-out-flows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ graph LR
2626

2727
Similarly, .NET Core also has **SignedOutCallbackPath** and **RedirectUri** for the sign-out flow.
2828

29-
For the sack of clarity, we'll refer them as follows:
29+
For the sake of clarity, we'll refer them as follows:
3030

3131
| Term we use | .NET Core term |
3232
| -------------------------------- | --------------------- |

0 commit comments

Comments
 (0)