Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Commit

Permalink
[TEAMMATES#11621] [TEAMMATES#11622] Minor fixes for angular.json and …
Browse files Browse the repository at this point in the history
…typos (TEAMMATES#11672)
  • Loading branch information
fsgmhoward authored and kaixin-hc committed Mar 31, 2022
1 parent 351141b commit 446f5be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
"projectType": "application",
"prefix": "tm",
"schematics": {
"@schematics/angular:component": {
"style": "scss",
"@schematics/angular:application": {
"strict": true
},
"@schematics/angular:component": {
"style": "scss"
}
},
"architect": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ public String getFeedbackSessionName() {

@Override
public String toString() {
return "StudentAttributes.UpdateOptions ["
return "FeedbackSessionAttributes.UpdateOptions ["
+ "feedbackSessionName = " + feedbackSessionName
+ ", courseId = " + courseId
+ ", instructions = " + instructionsOption
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public String getGoogleId() {

@Override
public String toString() {
return "StudentAttributes.UpdateOptions ["
return "StudentProfileAttributes.UpdateOptions ["
+ "googleId = " + googleId
+ ", shortName = " + shortNameOption
+ ", email = " + emailOption
Expand Down

0 comments on commit 446f5be

Please sign in to comment.