We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c063a8 commit 3051fc8Copy full SHA for 3051fc8
1 file changed
Server Side Template Injection/Java.md
@@ -370,7 +370,7 @@ ${ new groovy.lang.GroovyClassLoader().parseClass("@groovy.transform.ASTTest(val
370
371
### SpEL - Basic Injection
372
373
-> SpEL has built-in templating system using `#{ }`, but SpEL is also commonly used for interpolation using `${ }``.
+> SpEL has built-in templating system using `#{ }`, but SpEL is also commonly used for interpolation using `${ }`.
374
375
```java
376
${7*7}
0 commit comments