From b04c7ef9bd5c8eeb807f9ac32db3c9b9abc64a62 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:14:54 -0800 Subject: [PATCH] Update content/shared/v3-core-get-started/_index.md Co-authored-by: Jason Stirnaman --- content/shared/v3-core-get-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/v3-core-get-started/_index.md b/content/shared/v3-core-get-started/_index.md index b130df955..ef5907c16 100644 --- a/content/shared/v3-core-get-started/_index.md +++ b/content/shared/v3-core-get-started/_index.md @@ -351,7 +351,7 @@ If you are using the CLI, here is an example of how to enable the `no_sync` opti influxdb3 write --bucket=mydb --org=my_org --token=my-token --no-sync ``` -#### Create a database or Table +#### Create a database or table To create a database without writing data, use the `create` subcommand--for example: