Skip to content

Commit

Permalink
fix: getEnv typo (#379)
Browse files Browse the repository at this point in the history
typo mistake
  • Loading branch information
octavonu committed Apr 12, 2024
1 parent 9c027ad commit 4dabf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/lander/content/docs/usage/instances/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Instance secrets are exposed as environment variables when your `pocketbase` exe

```ts
// pb_hooks
$app.getEnv('FOO')
$os.getenv('FOO')
```

## Realtime log
Expand Down

0 comments on commit 4dabf08

Please sign in to comment.