This repository was archived by the owner on Mar 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ class Profile extends Component {
205205 /**
206206 * When the button is pressed, send the users info including the
207207 * ```currrentUser``` object as it contains the sessionToken and
208- * user objectId
208+ * user objectId
209209 */
210210 let profileButtonText = I18n . t ( 'Profile.update' )
211211 let onButtonPress = ( ) => {
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export default class Backend {
9595 * for this user, update their record
9696 * the data is already in JSON format
9797 *
98- * @param userId
98+ * @param userId
9999 * @param data object:
100100 * {username: "barton", email: "barton@foo .com"}
101101 */
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export default class Hapi extends Backend {
190190 * for this user, update their record
191191 * the data is already in JSON format
192192 *
193- * @param userId _id
193+ * @param userId _id
194194 * @param data object:
195195 * {username: "barton", email: "barton@foo .com"}
196196 */
@@ -213,7 +213,7 @@ export default class Hapi extends Backend {
213213 }
214214 /**
215215 * ### _fetch
216- * A generic function that prepares the request
216+ * A generic function that prepares the request
217217 *
218218 * @returns object:
219219 * {code: response.code,
Original file line number Diff line number Diff line change 22 * # BackendFactory.js
33 *
44 * Mocked BackendFactory
5- *
5+ *
66 *
77 */
88'use strict'
You can’t perform that action at this time.
0 commit comments