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 4ad7ea9 commit 1a474b8Copy full SHA for 1a474b8
content/posts/2025/05/24/clue-glossaries/index.md
@@ -67,7 +67,7 @@ Then the corresponding code in the Crossword engine to fill that object isn't no
67
68
```ts
69
// Sets up a glossary of terms which gets used by the host (the app) to display tooltips
70
-const glossary = {} as Record<string, GlossaryObject>
+const glossary = {} as Glossary
71
72
for (const clue of [...state.props.clues.across, ...state.props.clues.down]) {
73
const aOrD = state.props.clues.across.includes(clue) ? "a" : "d"
0 commit comments