From a4c3d9ed2fe9962b8a185407b9b3da83d2594899 Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Wed, 9 Dec 2020 03:56:46 +0300 Subject: [PATCH] fix(docs): A typo in description of DefaultTheme.getMapping (#1416) --- src/lib/output/themes/DefaultTheme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/output/themes/DefaultTheme.ts b/src/lib/output/themes/DefaultTheme.ts index ffb57cc70..4411dc8eb 100644 --- a/src/lib/output/themes/DefaultTheme.ts +++ b/src/lib/output/themes/DefaultTheme.ts @@ -254,7 +254,7 @@ export class DefaultTheme extends Theme { } /** - * Return the template mapping fore the given reflection. + * Return the template mapping for the given reflection. * * @param reflection The reflection whose mapping should be resolved. * @returns The found mapping or undefined if no mapping could be found.