Skip to content

Commit 1625a36

Browse files
Merge pull request #6096 from Jenitha23/master
Fix typo in .NET complete guide (naviate → navigate)
2 parents e485d39 + c437fb5 commit 1625a36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/identity-server/7.2.0/docs/complete-guides/dotnet/add-login-and-logout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ read_time: 10 min
1010

1111
In WSO2 Identity Server, the default certificate is a self signed certificate. This certificate needs to be added to your OS System Trust to allow the .NET application to connect to the Identity Server
1212

13-
To obtain the certificate naviate to the <IS_HOME>/repository/resources/security directory and execute the following
13+
To obtain the certificate navigate to the <IS_HOME>/repository/resources/security directory and execute the following
1414

1515
```bash
1616
keytool -export -alias wso2carbon -file carbon_public2.crt -keystore wso2carbon.p12 -storetype PKCS12 -storepass wso2carbon

0 commit comments

Comments
 (0)