Skip to content

Commit 1befc15

Browse files
committed
modified: public/README.md
1 parent d6f2de0 commit 1befc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Partial files are pieces of reusable code segment that typically appear again an
226226
return hours + ':' + minutes.substr(-2) + ':' + seconds.substr(-2);
227227
}
228228

229-
// Return verbish base on temperature trending.
229+
// Return verbish based on temperature trending.
230230
trendingTemperature = (dataArr) => {
231231
var sum = 0;
232232
for (var item of dataArr) {

0 commit comments

Comments
 (0)