Skip to content

Commit fb1f241

Browse files
committed
前の名前が残ってたので修正
1 parent 2162cb8 commit fb1f241

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Term/index.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ export default function Term({ type = null, children }) {
2323
if (!type)
2424
throw new Error(
2525
`Problem: Term ${children.textContent} is not defined in type-map.js .
26-
Solution: explicitly specify term type, or add type definition to auto-type.js`,
26+
Solution: explicitly specify term type, or add type definition to type-map.js`,
2727
);
28+
2829
const term =
2930
definitions.terms[type] || definitions.terms[shortDefinitions[type]];
3031
if (!term) throw new Error(`Type ${type} is not defined.`);

0 commit comments

Comments
 (0)