Skip to content

Commit

Permalink
just remove a space
Browse files Browse the repository at this point in the history
  • Loading branch information
j03-dev committed Aug 9, 2024
1 parent 79b45cb commit ecf5c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/reference/runtimes/kv/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def kv(g: Graph):

### TypeScript Example

In the TypeScript example below, we achieve the same functionality using the @typegraph/sdk . The KvRuntime is connected to a Redis instance, and public policies are applied to the exposed key-value operations.
In the TypeScript example below, we achieve the same functionality using the @typegraph/sdk. The KvRuntime is connected to a Redis instance, and public policies are applied to the exposed key-value operations.

```typescript
import { Policy, typegraph } from "@typegraph/sdk/index.ts";
Expand Down

0 comments on commit ecf5c8a

Please sign in to comment.