From 282fd7bae77067ee70d747d68ed22f7d2f60315c Mon Sep 17 00:00:00 2001 From: Dimitar Topuzov Date: Thu, 17 Oct 2019 15:27:43 +0300 Subject: [PATCH] chore: fix typo --- .../web-view/web-view-examples.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ng-ui-widgets-category/web-view/web-view-examples.component.ts b/app/ng-ui-widgets-category/web-view/web-view-examples.component.ts index 4ee3befe..8006d761 100644 --- a/app/ng-ui-widgets-category/web-view/web-view-examples.component.ts +++ b/app/ng-ui-widgets-category/web-view/web-view-examples.component.ts @@ -4,7 +4,7 @@ import { Link } from "./../../link"; let menuLinks = [ new Link("Usage", "/web-view/usage"), new Link("Tips & Tricks", "/web-view/tips-and-tricks"), - new Link("WebVIew with HTML File", "/web-view/html-file"), + new Link("WebView with HTML File", "/web-view/html-file"), ]; @Component({