From e007abbc03d4c27e9c487a3f281eb7f9914488c8 Mon Sep 17 00:00:00 2001 From: Hanna <108692126+hankucz@users.noreply.github.com> Date: Wed, 27 Jul 2022 02:22:59 +0200 Subject: docs(definitions): minor formatting to definitions' types (#1172) --- src/definitions/system.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/definitions/system.ts') diff --git a/src/definitions/system.ts b/src/definitions/system.ts index c6aa16c7..b344fad4 100644 --- a/src/definitions/system.ts +++ b/src/definitions/system.ts @@ -1,13 +1,14 @@ import type { LocaleEntry } from './definitions'; /** - * The possible definitions related to files and the system. + * The possible definitions related to files and operating systems. */ export type SystemDefinitions = LocaleEntry<{ /** * Returns some common file paths. */ directoryPaths: string[]; + /** * The mime type definitions with some additional information. */ @@ -15,7 +16,7 @@ export type SystemDefinitions = LocaleEntry<{ }>; /** - * The mime type entry details. + * The mime-type entry details. */ export interface SystemMimeTypeEntryDefinitions { source?: string; -- cgit v1.2.3