Skip to content

Commit 004af4a

Browse files
fix(example): title
1 parent 9a692c1 commit 004af4a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>react-fit-list simple example</title>
7+
<title>react-fit-list</title>
88
</head>
99
<body>
1010
<div id="root"></div>

0 commit comments

Comments
 (0)