Skip to content

Commit

Permalink
fix: typo in error message (#6470)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and dtribble committed Oct 24, 2022
1 parent b8e6559 commit 7c84ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/store/src/patterns/encodePassable.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const makeEncodePassable = ({
const result = encodePromise(passable);
result.startsWith('?') ||
assert.fail(
X`internal: Promise encoding must start with "p": ${result}`,
X`internal: Promise encoding must start with "?": ${result}`,
);
return result;
}
Expand Down

0 comments on commit 7c84ea7

Please sign in to comment.