Skip to content

Commit 0a9e02d

Browse files
update comments for separator
Co-authored-by: Zhiyuan Liang <141655842+zhiyuanliang-ms@users.noreply.github.com>
1 parent bfcee67 commit 0a9e02d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AzureAppConfiguration.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ interface IConfigurationObject {
2929
export interface ConfigurationObjectConstructionOptions {
3030
/**
3131
* The separator to use when converting hierarchical keys to object properties.
32-
* Default is '.'.
32+
* If separator is undefined, '.' will be used by default.
33+
3334
*/
3435
separator?: string;
3536
}

0 commit comments

Comments
 (0)