Skip to content

Commit 7dc0f69

Browse files
jrodewignkammah
authored andcommitted
Update tech preview copy (#2807)
1 parent 48bdc11 commit 7dc0f69

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

integtest/spec/single_book_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
it 'includes the experimental text' do
289289
expect(body).to include(
290290
'This functionality is in technical preview and may be changed or '\
291-
'removed in a future release. Elastic will apply best effort to fix '\
291+
'removed in a future release. Elastic will work to fix '\
292292
'any issues, but features in technical preview are not subject to '\
293293
'the support SLA of official GA features.'
294294
)

resources/asciidoctor/lib/care_admonition/extension.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class CareAdmonition < Asciidoctor::Extensions::Group
2525
This functionality is in development and may be changed or removed completely in a future release. These features are unsupported and not subject to the support SLA of official GA features.
2626
TEXT
2727
PREVIEW_DEFAULT_TEXT = <<~TEXT.strip
28-
This functionality is in technical preview and may be changed or removed in a future release. Elastic will apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
28+
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
2929
TEXT
3030

3131
def activate(registry)

resources/asciidoctor/spec/care_admonition_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def expect_inline_admonition(text)
247247
let(:admon_class) { 'warning' }
248248
let(:default_text) do
249249
<<~TEXT.strip
250-
This functionality is in technical preview and may be changed or removed in a future release. Elastic will apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
250+
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
251251
TEXT
252252
end
253253
include_examples 'care admonition'
@@ -257,7 +257,7 @@ def expect_inline_admonition(text)
257257
let(:admon_class) { 'warning' }
258258
let(:default_text) do
259259
<<~TEXT.strip
260-
This functionality is in technical preview and may be changed or removed in a future release. Elastic will apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
260+
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
261261
TEXT
262262
end
263263
include_examples 'care admonition'

0 commit comments

Comments
 (0)