Skip to content

Commit 261a814

Browse files
authored
docs: update Zenstack typo (#406)
1 parent a00b365 commit 261a814

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

blog/find-user/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Once again, a peek time and is still going up. 😄
124124

125125
ZenStack could also generate the tRPC route, which is based on the awesome work of [Omar Dulaimi](https://github.com/omar-dulaimi/prisma-trpc-generator). We showed our gratitude by buying some coffee for him. he gave us a star later. One of his followers noticed it and decided to check out ZenStack. The first thing he said in our Discord was:
126126

127-
> Zenstack seems like a dream come true
127+
> ZenStack seems like a dream come true
128128
129129
After talking with him, we found out that he is the perfect match for our ideal user portrait. And he reported 3 bugs we might never be able to find by ourselves just on the first day. Isn't it incredible how a small action can create such a positive impact, much like the butterfly effect?😄
130130

blog/multi-tenant/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Multi-Tenancy Implementation Approaches With Prisma and Zenstack
2+
title: Multi-Tenancy Implementation Approaches With Prisma and ZenStack
33
description: Compare and discuss different approaches for implementing Multi-Tenant architecture
44
tags: [zenstack, prisma, saas, architecture]
55
authors: jiasheng
66
date: 2023-03-18
77
image: ./cover.png
88
---
99

10-
# Multi-Tenancy Implementation Approaches With Prisma and Zenstack
10+
# Multi-Tenancy Implementation Approaches With Prisma and ZenStack
1111

1212
![Cover Image](cover.png)
1313

blog/prisma-auth/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ model Post {
277277

278278
Check out the following post for more details:
279279

280-
[Soft Delete: Implementation Issues in Prisma and Solution in Zenstack](https://zenstack.dev/blog/soft-delete)
280+
[Soft Delete: Implementation Issues in Prisma and Solution in ZenStack](https://zenstack.dev/blog/soft-delete)
281281

282282
## Advanced Topics
283283

blog/react-admin/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Building an Admin Console With Minimum Code Using React-Admin, Prisma, and Zenstack
2+
title: Building an Admin Console With Minimum Code Using React-Admin, Prisma, and ZenStack
33
description: This post introduces how to build a fully-secured admin console with minimum code using React-Admin, Prisma, and ZenStack.
44
tags: [react, prisma, react-admin]
55
authors: yiming
66
date: 2024-03-11
77
image: ./cover.png
88
---
99

10-
# Building an Admin Console With Minimum Code Using React-Admin, Prisma, and Zenstack
10+
# Building an Admin Console With Minimum Code Using React-Admin, Prisma, and ZenStack
1111

1212
![Cover Image](cover.png)
1313

blog/saas-backend/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ localhost:3000/api/post/slack
206206
207207
After that, if you try to access the Post endpoint again, the result won’t contain the “Join Slack” post anymore. If you are interested in how it works under the hook, check out another post for it:
208208
209-
[Soft Delete: Implementation Issues in Prisma and Solution in Zenstack](https://zenstack.dev/blog/soft-delete)
209+
[Soft Delete: Implementation Issues in Prisma and Solution in ZenStack](https://zenstack.dev/blog/soft-delete)
210210
211211
## Last
212212

blog/soft-delete.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors: jiasheng
66
date: 2023-02-18
77
---
88

9-
# Soft Delete: Implementation Issues in Prisma and Solution in Zenstack
9+
# Soft Delete: Implementation Issues in Prisma and Solution in ZenStack
1010

1111
![Cover Image](https://user-images.githubusercontent.com/16688722/219857601-3bb070ab-2117-4334-896b-98039455b2bb.jpg)
1212

docs/the-complete-guide/part1/2-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Installed ZenStack Packages:
369369
zenstack x.y.z
370370
@zenstackhq/runtime x.y.z
371371
✔ Checking npm registry
372-
You are using the latest version of Zenstack.
372+
You are using the latest version of ZenStack.
373373
```
374374

375375
### ZenStack CLI & Prisma CLI

versioned_docs/version-1.x/the-complete-guide/part1/2-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Installed ZenStack Packages:
369369
zenstack x.y.z
370370
@zenstackhq/runtime x.y.z
371371
✔ Checking npm registry
372-
You are using the latest version of Zenstack.
372+
You are using the latest version of ZenStack.
373373
```
374374

375375
### ZenStack CLI & Prisma CLI

0 commit comments

Comments
 (0)