Skip to content

Commit 2618b71

Browse files
committed
DOC-3184: Replace your-tiny-cloud-api-key and your-api-key with no-api-key.
1 parent 5dcdb4e commit 2618b71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/ROOT/partials/integrations/svelte-quick-start.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ let conf = {
7373
<main>
7474
<h1>Hello Tiny</h1>
7575
<Editor
76-
apiKey='your-tiny-cloud-api-key'
76+
apiKey='no-api-key'
7777
pass:a[channel='{productmajorversion}']
7878
value='<p>This is the initial content of the editor.</p>'
7979
{conf}

modules/ROOT/partials/integrations/svelte-tech-ref.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ include::partial$misc/get-an-api-key.adoc[]
4949
[source,jsx]
5050
----
5151
<Editor
52-
apiKey="your-api-key"
52+
apiKey="no-api-key"
5353
/>
5454
----
5555

0 commit comments

Comments
 (0)