docs: fix typos and indentation in media module docs

This commit is contained in:
cameronapak
2025-07-16 22:41:55 -05:00
parent 7379bf2b1b
commit 2b6f520f46

View File

@@ -27,12 +27,12 @@ Simply navigate to the **Media** tab of the bknd admin UI and enable the S3 medi
Enter your AWS S3-compatible storage Access Key, Secret Access Key, and URL. Enter your AWS S3-compatible storage Access Key, Secret Access Key, and URL.
This will automatically configure the S3 adapter for you. This will automatically configure the S3 adapter for you.
2. Enable programatically. 2. Enable programmatically.
To enable using a code-first approach, create an [Initial Structure](/usage/database#initial-structure) using the To enable using a code-first approach, create an [Initial Structure](/usage/database#initial-structure) using the
`initialConfig` option in your `bknd.config.ts` file. `initialConfig` option in your `bknd.config.ts` file.
```typscript bknd.config.ts ```typescript bknd.config.ts
import type { BkndConfig } from "bknd/adapter"; import type { BkndConfig } from "bknd/adapter";
export default { export default {