Skip to content

Commit ad3fe05

Browse files
committed
Fix spelling mistake
1 parent ae7e387 commit ad3fe05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import './App.css';
22
import { useState, useEffect } from 'react';
33
function App() {
4-
//app compoment
4+
//app component
55
const [points, setPoints] = useState(0); //set initial points to 0
66
const [pointsPerSecond, setPointsPerSecond] = useState(0);
77
const [clicks, setClicks] = useState(0); //set initial clicks pressed to 0

0 commit comments

Comments
 (0)