Skip to content

Typo in "AppSettings" - "Orginization" should be "Organization" #132

@Kaemer1645

Description

@Kaemer1645

Hi,
I noticed a small typo in the AppSettings dictionary of style.json file. The word "Orginization" is misspelled and should be "Organization" and "Dormain" should be "Domain".

Current code:

"AppSettings": {
    "OrginizationName": "",
    "ApplicationName": "",
    "OrginizationDormain": ""
}

Suggested correction:

"AppSettings": {
    "OrganizationName": "",
    "ApplicationName": "",
    "OrganizationDomain": ""
}

Thanks for the great project!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions