Skip to content

Commit

Permalink
fix simpletab
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreoxmt committed Aug 15, 2022
1 parent d5d9d1b commit 19bd03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clinic/clinic-user-guide-for-tiup.md
Expand Up @@ -94,7 +94,7 @@ Before using PingCAP Clinic, you need to install Diag (a component to collect da
> - Diag v0.9.0 and later versions support setting `region`.
> - For versions earlier than Diag v0.9.0, data is uploaded to Clinic Server in the Chinese region by default. To set `region` in these versions, run the `tiup update diag` command to upgrade Diag to the latest version and then set `region` in Diag.
<SimpleTab groupId="clinicServer>
<SimpleTab groupId="clinicServer">
<div label="Clinic Server in the US" value="clinic-us">

For Clinic Server in the US, set `region` to `US` using the following command:
Expand Down
2 changes: 1 addition & 1 deletion develop/dev-guide-sample-application-java.md
Expand Up @@ -515,7 +515,7 @@ public class JDBCExample

</div>

<div label="Using Mybatis (Recommended)" value=mybatis"">
<div label="Using Mybatis (Recommended)" value="mybatis">

Compared with [Mybatis](https://mybatis.org/mybatis-3/index.html), the JDBC implementation might be not a best practice, because you need to write error handling logic manually and cannot reuse code easily, which makes your code slightly redundant.

Expand Down

0 comments on commit 19bd03a

Please sign in to comment.