Apply suggestions from code review

Co-authored-by: leangseu-edx <83240113+leangseu-edx@users.noreply.github.com>
This commit is contained in:
Ben Warzeski
2021-09-30 14:16:38 -04:00
committed by GitHub
parent 91263d30d8
commit 8bdcf0e410
2 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ selected.gradingStatus = createSelector(
);
/***********************************
* Selected Submission - Statuc Data
* Selected Submission - Static Data
***********************************/
/**
@@ -194,7 +194,7 @@ const prev = {
(activeIndex) => activeIndex > 0,
),
/**
* Returns the submissionId for the previous submission in the selection queu
* Returns the submissionId for the previous submission in the selection queue
* @return {string} previous submission id (null if there isn't one)
*/
submissionId: createSelector(

View File

@@ -48,7 +48,7 @@ const rubricConfig = {
orderNum: 3,
name: 'excellent',
label: 'Excellent',
explanation: 'Includes in-depth information and exceptional supportint details that are fully developed. Explores all facets of the topic',
explanation: 'Includes in-depth information and exceptional supporting details that are fully developed. Explores all facets of the topic',
points: 3,
feedback: 'optional',
},