From 285b3fbbba9af7d204c6acb19db9f5263cf0423c Mon Sep 17 00:00:00 2001 From: Joseph Date: Fri, 29 Dec 2023 15:12:05 -0800 Subject: [PATCH] Update PSMermaid.psd1 Fix spelling error so New-MermaidGraphStyleClassDefinition function is exported in psd1 --- PSMermaid.psd1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PSMermaid.psd1 b/PSMermaid.psd1 index 8c0b61c..c624c92 100644 --- a/PSMermaid.psd1 +++ b/PSMermaid.psd1 @@ -81,7 +81,7 @@ 'New-MermaidGraphLink', 'New-MermaidGraphNode', 'New-MermaidGraphNodeConnection', - 'New-MermaidGraphStyleClassDefintion' + 'New-MermaidGraphStyleClassDefinition' 'New-MermaidJourney' 'New-MermaidJourneySection' 'New-MermaidJourneyTask' @@ -163,4 +163,4 @@ } - \ No newline at end of file +