Skip to content

Commit

Permalink
fix: spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
klown committed Nov 29, 2024
1 parent 7b1d71a commit 285203d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/tsvFindCompositions.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* following files are in the `data` directory:
* - `./data/bliss_symbol_explanations.json`
* - This is the main Bliss symbol JSON file containing information such as the
* BCI AV ID, a dsecription of the sybmol (the gloss), etc.
* BCI AV ID, a dsecription of the symbol (the gloss), etc.
* - `./data/BciAvCompositionAnalysis.tsv`
* - This is a TSV file derived from the BCI-AV Composition Analysis
* spreadsheet.
Expand All @@ -37,7 +37,6 @@
* Usage: node scripts/tsvFindCompositions.js
*/


import { open, writeFile } from "fs/promises";
import blissSymbols from "../data/bliss_symbol_explanations.json" assert {type: "json"};

Expand Down

0 comments on commit 285203d

Please sign in to comment.