Fix external exports section name
This commit is contained in:
@@ -2,7 +2,7 @@ import { SupportedDocJson } from '../types';
|
||||
|
||||
export const constants = {
|
||||
TYPES_SECTION_NAME: 'types',
|
||||
EXTERNAL_EXPORTS_SECTION_NAME: 'externalExports',
|
||||
EXTERNAL_EXPORTS_SECTION_NAME: 'external exports',
|
||||
TYPE_TO_SYNTAX: {
|
||||
[SupportedDocJson.Doxity]: 'solidity',
|
||||
[SupportedDocJson.TypeDoc]: 'typescript',
|
||||
|
Reference in New Issue
Block a user