Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Nov 6, 2023
1 parent 46cef64 commit 1c1e690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion articles/quickstart/native/maui/01-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Alternatively, you can use the Nuget Package Manager Console (`Install-Package`)
Install-Package Auth0.OidcClient.MAUI -IncludePrerelease
```
```
dotnet add Auth0.OidcClient.MAUI --prerelease
dotnet add package Auth0.OidcClient.MAUI --prerelease
```

## Platform specific configuration
Expand Down
2 changes: 1 addition & 1 deletion articles/quickstart/native/maui/interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Alternatively, you can use the Nuget Package Manager Console (`Install-Package`)
Install-Package Auth0.OidcClient.MAUI -IncludePrerelease
```
```
dotnet add Auth0.OidcClient.MAUI --prerelease
dotnet add package Auth0.OidcClient.MAUI --prerelease
```

## Platform specific configuration
Expand Down

0 comments on commit 1c1e690

Please sign in to comment.