Skip to content

Commit e7d2900

Browse files
Correct attribute annotation type typo
1 parent 715f711 commit e7d2900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • login-react/react-login-front-end-app/app/containers/AuthPage

login-react/react-login-front-end-app/app/containers/AuthPage/saga.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function* defaultSaga() {
5858

5959
/**
6060
* Helper to handle navigation from sagas.
61-
* @param {Sting} location The path to navigate
61+
* @param {String} location The path to navigate
6262
*/
6363
function forwardTo(location) {
6464
history.push(location);

0 commit comments

Comments
 (0)