Skip to content

Commit 9facfff

Browse files
B1F030ankur-arch
andauthored
Fix typo in environment variables reference (#7193)
* Fix typo in environment variables reference * remove duplicate can be --------- Co-authored-by: Ankur Datta <[email protected]>
1 parent 43f7e1a commit 9facfff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/200-orm/500-reference/300-environment-variables-reference.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ This environment variable is available since version `4.16.0`
167167

168168
</Admonition>
169169

170-
`PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING` can be can be set to a truthy value to ignore problems around downloading & verifying the integrity (via a checksum file) of the Prisma ORM engines.
170+
`PRISMA_ENGINES_CHECKSUM_IGNORE_MISSING` can be set to a truthy value to ignore problems around downloading & verifying the integrity (via a checksum file) of the Prisma ORM engines.
171171
This is particularly useful when deploying to an offline system environment where the checksum file cannot be downloaded.
172172

173173
```env
@@ -192,7 +192,7 @@ PRISMA_QUERY_ENGINE_BINARY=custom/query-engine-<target>
192192
For Prisma CLI it allows you to define the query engine file to be used.
193193
For Prisma Client, on build time (during `prisma generate`), it defines where the query engine file will be copied from into Prisma Client. At run time (when using the generated Client) it can be used to define the specific query engine file to be used instead of the included one.
194194

195-
Note: This can only have an effect if the engine type of CLI or Client are set to `binary`. If the engine type is `library` (the default), use PRISMA_QUERY_ENGINE_LIBARY instead.
195+
Note: This can only have an effect if the engine type of CLI or Client are set to `binary`. If the engine type is `library` (the default), use PRISMA_QUERY_ENGINE_LIBRARY instead.
196196

197197
#### `PRISMA_QUERY_ENGINE_LIBRARY`
198198

0 commit comments

Comments
 (0)