docs: fix typo "UNet_meatdata" → "UNet_metadata"#2034
docs: fix typo "UNet_meatdata" → "UNet_metadata"#2034ericspod merged 4 commits intoProject-MONAI:mainfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
ericspod
left a comment
There was a problem hiding this comment.
Looks good to me, thanks for spotting this!
|
Hi @minsuking please look at the output from the DCO check to see how to address this with a remediation commit, otherwise we're good to merge. |
minsu <minsu.kim08@gmail.com> DCO Remediation Commit for minsu <minsu.kim08@gmail.com> I, minsu <minsu.kim08@gmail.com>, hereby add my Signed-off-by to this commit: 43f0943 Signed-off-by: minsu <minsu.kim08@gmail.com>
|
Hi @ericspod I’ve added the DCO remediation commit and the DCO check has passed. I will update the branch to bring it up to date with main so the checks can rerun. |
|
Hi @minsuking thanks for the DCO fix, the other CICD issue is an independent issue we're aware of and are in the process of fixing. |
Summary
Fix a minor typo: "UNet_meatdata" → "UNet_metadata".
Why
Correct spelling improves clarity and avoids confusion.
Changes
UNet_metadata.Validation
meatdatato confirm no other occurrences.Issue
Fixes tutorials#2015
Notes