Skip to content

Commit

Permalink
Fix typo in tenant.yaml: corrected 'My Natve app' to 'My Native app'
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalshit27 committed Feb 17, 2025
1 parent 4b2a0ab commit 1382c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "My Natve app",
"name": "My Native app",
"app_type": "native",
"grant_types": [
"authorization_code",
Expand Down
2 changes: 1 addition & 1 deletion examples/yaml/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clients:
app_type: "non_interactive"
# Add other client settings https://auth0.com/docs/api/management/v2#!/Clients/post_clients
-
name: "My Natve app"
name: "My Native app"
app_type: native
mobile:
android:
Expand Down

0 comments on commit 1382c3a

Please sign in to comment.