Skip to content

Commit 9e4b93a

Browse files
authored
Merge pull request #5883 from Thumimku/6.1.0-np-fix
[6.1.0] Doc PR for Non-Persistent Access Token - fix alignment
2 parents 4da4d6e + 26822c8 commit 9e4b93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/identity-server/6.1.0/docs/deploy/token-persistence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ In large-scale WSO2 Identity Server deployments, especially with millions of use
409409

410410
```
411411

412-
??? Example "Oracle"
412+
??? Example "Oracle"
413413

414414
```sql
415415
DROP TABLE IDN_OAUTH2_REFRESH_TOKEN_SCOPE CASCADE CONSTRAINTS;
@@ -492,7 +492,7 @@ In large-scale WSO2 Identity Server deployments, especially with millions of use
492492

493493
```
494494

495-
??? Example "Oracle RAC"
495+
??? Example "Oracle RAC"
496496

497497
```sql
498498
DROP TABLE IDN_OAUTH2_REFRESH_TOKEN_SCOPE CASCADE CONSTRAINTS;

0 commit comments

Comments
 (0)