summaryrefslogtreecommitdiff
path: root/docs/modules/api/pages/convert-strings.adoc
diff options
context:
space:
mode:
authorGuillaume Grossetie <ggrossetie@gmail.com>2022-08-22 20:47:27 +0200
committerGitHub <noreply@github.com>2022-08-22 12:47:27 -0600
commitd72fe54346aa6963ae835f48681fa1ed917fb3fe (patch)
tree4896c6906efb3ee81aebde948580dd46767eb7c4 /docs/modules/api/pages/convert-strings.adoc
parent81e3e772f1294f85a5be7d34d06e132494c44e5b (diff)
proofread documentation (PR #4336)
Diffstat (limited to 'docs/modules/api/pages/convert-strings.adoc')
-rw-r--r--docs/modules/api/pages/convert-strings.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/modules/api/pages/convert-strings.adoc b/docs/modules/api/pages/convert-strings.adoc
index 25efb655..c4ef8d3c 100644
--- a/docs/modules/api/pages/convert-strings.adoc
+++ b/docs/modules/api/pages/convert-strings.adoc
@@ -1,12 +1,12 @@
= Load and Convert Strings Using the API
:navtitle: Load and Convert Strings
-This page explains how to load and convert AsciiDoc-formatted strings using the API.
+This page explains how to load and convert AsciiDoc strings using the API.
A string is the bare AsciiDoc content (often the contents of a file).
== Load an AsciiDoc string
-To parse an AsciiDoc-formatted string into a document object model, use:
+To parse an AsciiDoc string into a document object model, use:
[source,ruby]
----
@@ -32,7 +32,7 @@ However, if you're only interested in converting the AsciiDoc source when using
== Convert an AsciiDoc string
-To convert the AsciiDoc-formatted string directly to HTML, use:
+To convert the AsciiDoc string directly to HTML, use:
[source,ruby]
----