Fixed some typos in the documentation and comments.

This commit is contained in:
huangj.fnst@fujitsu.com
2021-10-14 11:13:16 +05:30
committed by Akshay Joshi
parent 8b7b63868f
commit 8a21d9b500
15 changed files with 23 additions and 23 deletions

View File

@@ -63,7 +63,7 @@ export function getStatsUrl(sid=-1, did=-1, chart_names=[]) {
return base_url;
}
/* This will process incoming charts data add it the the previous charts
/* This will process incoming charts data add it the previous charts
* data to get the new state.
*/
export function statsReducer(state, action) {