Skip to content

Commit

Permalink
update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
magurotuna committed May 6, 2024
1 parent cb6d961 commit a4d2b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/islands/Linter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function Linter(props: Props) {
<div class="h-full">
<div class="border border-gray-300 dark:border-gray-700 dark:bg-[#1e1e1e] p-4 overflow-x-auto h-full">
{display.value.kind === "Loading"
? <p>wasm is being loaded...</p>
? <p>wasm is being loaded, which may take 10 seconds...</p>
: display.value.kind === "LintError"
? (
<>
Expand Down

0 comments on commit a4d2b6e

Please sign in to comment.