Skip to content

Commit 22dab7e

Browse files
committed
Use correct case
1 parent 1913388 commit 22dab7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/keyed/hyperapp/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>HyperApp</title>
5+
<title>Hyperapp</title>
66
<link href="/css/currentStyle.css" rel="stylesheet" />
77
</head>
88

frameworks/keyed/hyperapp/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ app({
3333
<div class="jumbotron">
3434
<div class="row">
3535
<div class="col-md-6">
36-
<h1>HyperApp</h1>
36+
<h1>Hyperapp</h1>
3737
</div>
3838
<div class="col-md-6">
3939
<div class="row">

0 commit comments

Comments
 (0)