We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd3962 commit dc73843Copy full SHA for dc73843
src/components/Term/index.jsx
@@ -36,7 +36,7 @@ export default function Term({ type = null, children }) {
36
// referencePageTitleがundefinedならばエラーを投げる (明らかに人的ミスのため)
37
if (referencePageTitle === undefined) {
38
throw new Error(
39
- `The page title of the reference \n" ${term.referencePage} " \n is not defined in referencePageTitles in "src/components/Term/definition.js"`,
+ `The page title of the reference "${term.referencePage}" is not defined in referencePageTitles in "src/components/Term/definition.js"`,
40
);
41
}
42
0 commit comments