From dffeca23ed8997123b71c97ec6e97fe7439230aa Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 6 Mar 2024 12:08:29 -0600 Subject: [PATCH] Fix typo in README --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e6a57b3..192b75b 100644 --- a/README.adoc +++ b/README.adoc @@ -324,7 +324,7 @@ The following languages are supported by convention based imports: A code block will be created for a matching file in each configured language. If more than one file is found, and the Asciidoctor Tabs extension is registered, the code blocks will automatically be enclosed in a tabs block. -If Asciidoctor Tabs is not registered in this case, the source blocks will be creates as siblings. +If Asciidoctor Tabs is not registered in this case, the source blocks will be created as siblings. If none of the supported `include-*` attributes are defined, or if no code files are found for a target at the locations defined by these attributes, the extension will log a warning.