Skip to content

Commit

Permalink
[DATALAD RUNCMD] Do interactive fixing of some ambigous typos
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2 ./src/ImageBuilder.jsx",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Jul 10, 2024
1 parent fc46071 commit e8fa733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ImageBuilder.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function ImageBuilder({ name }) {
});
};

// We render everything, but only toggle visibility based on wether we are being
// We render everything, but only toggle visibility based on whether we are being
// shown or hidden. This provides for more DOM stability, and also allows the image
// to continue being built evn if the user moves away elsewhere. When hidden, we just
// don't generate the hidden input that posts the built image out.
Expand Down

0 comments on commit e8fa733

Please sign in to comment.