This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git
commit d7747d1b53166ff6c73665b706cbd3477c483754 Author: Josh Tynjala <[email protected]> AuthorDate: Fri Jan 13 10:38:52 2023 -0800 README: fix typo --- opt/blazeds-spring-boot-starter/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/blazeds-spring-boot-starter/README.adoc b/opt/blazeds-spring-boot-starter/README.adoc index 175b6f4..fe88ae6 100644 --- a/opt/blazeds-spring-boot-starter/README.adoc +++ b/opt/blazeds-spring-boot-starter/README.adoc @@ -57,7 +57,7 @@ In order to do it's magic, you need to add a depdendency to the the BlazeDS Spri ---- The services-config.xml is the core part of this, as it describes which channels the BlazeDS instance will provide. -It has to be located in the applications classpath in `META-INF/flex/servcies-config.xml`: +It has to be located in the applications classpath in `META-INF/flex/services-config.xml`: .src/main/resources/META-INF/flex/services-config.xml ----
