Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robsimmons committed Mar 31, 2024
1 parent 49b21e8 commit a4f54fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/src/components/Twelf.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function trimSlightly(code: string): string {
return code3;
}
const { code = x() } = Astro.props;
const { code = "" } = Astro.props;
const context: string = Astro.props.contextFile
? readFileSync(Astro.props.contextFile, "utf-8")
: Astro.props.context ?? "";
Expand Down

0 comments on commit a4f54fe

Please sign in to comment.