Merge pull request #15969 from felixonmars/fix/a-typo

Fix a typo in server/boot/challenge.js
pull/15962/merge
Eric Leung 2017-10-17 09:49:37 -07:00 committed by GitHub
commit c5ad62e514
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ export default function(app) {
if (!dashedName || !block) {
// this should normally not be hit if database is properly seeded
throw new Error(dedent`
Attemped to find '${dashedName}'
Attempted to find '${dashedName}'
from '${ challengeId || 'no challenge id found'}'
but came up empty.
db may not be properly seeded.