Skip to content

Commit

Permalink
fix typos[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
awxiaoxian2020 authored Feb 5, 2023
1 parent de678a1 commit 960e007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/markdown/dynamic-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Dynamic SQL elements should be familiar to anyone who has used JSTL or any s

The most common thing to do in dynamic SQL is conditionally include a part of a where clause. For example:

```
```xml
<select id="findActiveBlogWithTitleLike"
resultType="Blog">
SELECT * FROM BLOG
Expand Down

0 comments on commit 960e007

Please sign in to comment.