From ecf5c8acae9eac3946283052af1b3a75b4e1ada3 Mon Sep 17 00:00:00 2001 From: j03-dev <24nomeniavo@gmail.com> Date: Fri, 9 Aug 2024 06:10:27 +0300 Subject: [PATCH] just remove a space --- website/docs/reference/runtimes/kv/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/runtimes/kv/index.mdx b/website/docs/reference/runtimes/kv/index.mdx index c58afae6a1..5e13cc8ea2 100644 --- a/website/docs/reference/runtimes/kv/index.mdx +++ b/website/docs/reference/runtimes/kv/index.mdx @@ -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";