1 parent 8f15c6d commit e4e5543Copy full SHA for e4e5543
1 file changed
apps/api-documenter/src/yaml/OfficeYamlDocumenter.ts
@@ -99,7 +99,7 @@ export class OfficeYamlDocumenter extends YamlDocumenter {
99
yamlItem.syntax.return.description = '';
100
}
101
yamlItem.syntax.return.description += this._generateSnippetText(snippets);
102
- }else {
+ } else {
103
yamlItem.remarks = '';
104
yamlItem.remarks += this._generateSnippetText(snippets);
105
0 commit comments