Skip to content

Commit

Permalink
fix(api): remove typo from randomAPIs.js (freeCodeCamp#56755)
Browse files Browse the repository at this point in the history
  • Loading branch information
YangKuang-Lin authored Oct 19, 2024
1 parent 9630f00 commit 7bed27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-server/src/server/boot/randomAPIs.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module.exports = function (app) {
if (!unsubscribeId) {
req.flash(
'info',
'We we unable to process this request, please check and try again'
'We were unable to process this request, please check and try again'
);
res.redirect(origin);
}
Expand Down

0 comments on commit 7bed27a

Please sign in to comment.