Skip to content

Commit 4bbc999

Browse files
committed
Fix standardjs format
1 parent 7814358 commit 4bbc999

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/containers/Profile.js

+1-1
Original file line numberDiff line numberDiff 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 = () => {

src/lib/Backend.js

+1-1
Original file line numberDiff line numberDiff 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
*/

src/lib/Hapi.js

+2-2
Original file line numberDiff line numberDiff 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,

src/lib/__mocks__/BackendFactory.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* # BackendFactory.js
33
*
44
* Mocked BackendFactory
5-
*
5+
*
66
*
77
*/
88
'use strict'

0 commit comments

Comments
 (0)