Skip to content

Commit 282fd7b

Browse files
authored
chore: fix typo
1 parent a638cd6 commit 282fd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ng-ui-widgets-category/web-view/web-view-examples.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Link } from "./../../link";
44
let menuLinks = [
55
new Link("Usage", "/web-view/usage"),
66
new Link("Tips & Tricks", "/web-view/tips-and-tricks"),
7-
new Link("WebVIew with HTML File", "/web-view/html-file"),
7+
new Link("WebView with HTML File", "/web-view/html-file"),
88
];
99

1010
@Component({

0 commit comments

Comments
 (0)