File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ class Profile extends Component {
205
205
/**
206
206
* When the button is pressed, send the users info including the
207
207
* ```currrentUser``` object as it contains the sessionToken and
208
- * user objectId
208
+ * user objectId
209
209
*/
210
210
let profileButtonText = I18n . t ( 'Profile.update' )
211
211
let onButtonPress = ( ) => {
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export default class Backend {
95
95
* for this user, update their record
96
96
* the data is already in JSON format
97
97
*
98
- * @param userId
98
+ * @param userId
99
99
* @param data object:
100
100
* {username: "barton", email: "barton@foo .com"}
101
101
*/
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export default class Hapi extends Backend {
190
190
* for this user, update their record
191
191
* the data is already in JSON format
192
192
*
193
- * @param userId _id
193
+ * @param userId _id
194
194
* @param data object:
195
195
* {username: "barton", email: "barton@foo .com"}
196
196
*/
@@ -213,7 +213,7 @@ export default class Hapi extends Backend {
213
213
}
214
214
/**
215
215
* ### _fetch
216
- * A generic function that prepares the request
216
+ * A generic function that prepares the request
217
217
*
218
218
* @returns object:
219
219
* {code: response.code,
Original file line number Diff line number Diff line change 2
2
* # BackendFactory.js
3
3
*
4
4
* Mocked BackendFactory
5
- *
5
+ *
6
6
*
7
7
*/
8
8
'use strict'
You can’t perform that action at this time.
0 commit comments