From c46f4778b454e1e64e5e2aedf8c890fd4e69db69 Mon Sep 17 00:00:00 2001 From: Dan Siwiec Date: Sun, 8 Mar 2020 17:01:30 -0700 Subject: [PATCH] Fix typo in documentation --- docs/src/reference/asciidoc/sm-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/asciidoc/sm-config.adoc b/docs/src/reference/asciidoc/sm-config.adoc index b78ba877..db9fef80 100644 --- a/docs/src/reference/asciidoc/sm-config.adoc +++ b/docs/src/reference/asciidoc/sm-config.adoc @@ -254,7 +254,7 @@ include::samples/DocsConfigurationSampleTests.java[tags=snippetEC] ---- ==== -If need be, you can manually create imilar logic for every action. +If need be, you can manually create similar logic for every action. The following example shows how to do so: ====