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!
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:
Suggested correction:
Thanks for the great project!