We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f2de0 commit 1befc15Copy full SHA for 1befc15
public/README.md
@@ -226,7 +226,7 @@ Partial files are pieces of reusable code segment that typically appear again an
226
return hours + ':' + minutes.substr(-2) + ':' + seconds.substr(-2);
227
}
228
229
- // Return verbish base on temperature trending.
+ // Return verbish based on temperature trending.
230
trendingTemperature = (dataArr) => {
231
var sum = 0;
232
for (var item of dataArr) {
0 commit comments