Skip to content

Commit

Permalink
Rename script name from frontamtter to frontmatter (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbirster authored Sep 1, 2024
1 parent d6dadf1 commit def2c37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/create-i18n-entries.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { existsSync } from "fs";
import path from "path";
import { COLLECTIONS_ROOT } from "./collections/index.mjs";
import { getFrontMatterData } from "./collections/utils/get-frontamtter.mjs";
import { getFrontMatterData } from "./collections/utils/get-frontmatter.mjs";
/**
* @typedef {Object} DocsEntry
* @property {string} type - The type of reference.
Expand Down
2 changes: 1 addition & 1 deletion scripts/create-i18n-tree.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { existsSync } from "fs";
import path from "path";
import { COLLECTIONS_ROOT } from "./collections/index.mjs";
import { getFrontMatterData } from "./collections/utils/get-frontamtter.mjs";
import { getFrontMatterData } from "./collections/utils/get-frontmatter.mjs";

/**
* @typedef {Object} Leaf
Expand Down

0 comments on commit def2c37

Please sign in to comment.