Skip to content

Commit 7bed27a

Browse files
fix(api): remove typo from randomAPIs.js (freeCodeCamp#56755)
1 parent 9630f00 commit 7bed27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-server/src/server/boot/randomAPIs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = function (app) {
7878
if (!unsubscribeId) {
7979
req.flash(
8080
'info',
81-
'We we unable to process this request, please check and try again'
81+
'We were unable to process this request, please check and try again'
8282
);
8383
res.redirect(origin);
8484
}

0 commit comments

Comments
 (0)