From 6ae6fc60f8a333fc7d6b6a78f4a71ce2493ed84e Mon Sep 17 00:00:00 2001 From: Aarav Borthakur <69025547+gadhagod@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:23:20 -0700 Subject: [PATCH] docs: Fix typo in Rockset docs (#24674) --- docs/docs/databases/rockset.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/databases/rockset.mdx b/docs/docs/databases/rockset.mdx index 47b7c566d00fa..35900fcb103b9 100644 --- a/docs/docs/databases/rockset.mdx +++ b/docs/docs/databases/rockset.mdx @@ -19,7 +19,7 @@ Find your API server from the [API reference](https://rockset.com/docs/rest-api/ To target to a specific virtual instance, use this URI format: ``` -rockset://:{api key}:@{api server}/{VI ID} +rockset://{api key}:@{api server}/{VI ID} ``` For more complete instructions, we recommend the [Rockset documentation](https://docs.rockset.com/apache-superset/).