From 18aa93018634d4652a6235a9b9bb5fb2f5fdb21c Mon Sep 17 00:00:00 2001 From: Christian Adamini Date: Thu, 26 Oct 2023 02:27:18 +0200 Subject: [PATCH] Update website/docs/language/resources/syntax.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- website/docs/language/resources/syntax.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/resources/syntax.mdx b/website/docs/language/resources/syntax.mdx index ffc8f97cc2..d423249071 100644 --- a/website/docs/language/resources/syntax.mdx +++ b/website/docs/language/resources/syntax.mdx @@ -43,7 +43,7 @@ contain only letters, digits, underscores, and dashes. Resource declarations can include more advanced features, such as single resource declarations that produce multiple similar remote objects, but only -a small subset is required for initial use. You will learn more later in this page. +a small subset is required for initial use. ## Resource Types