Browse Source

Fix configuration-source-ref doc

Fixes gh-4200
Rob Winch 8 years ago
parent
commit
49719480a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/manual/src/docs/asciidoc/index.adoc

+ 1 - 1
docs/manual/src/docs/asciidoc/index.adoc

@@ -7715,7 +7715,7 @@ The attributes on the `<cors>` element control the headers element.
 Optional attribute that specifies the bean name of a `CorsFilter`.
 
 [[nsa-cors-configuration-source-ref]]
-* **ref**
+* **cors-configuration-source-ref**
 Optional attribute that specifies the bean name of a `CorsConfigurationSource` to be injected into a `CorsFilter` created by the XML namespace.
 
 [[nsa-cors-parents]]