Fix typo (task-list-completed.tsx) (#51484)

* Update task-list-completed.tsx

* Add changefile(s) from automation for the following project(s): woocommerce

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Chi-Hsuan Huang <chihsuan.tw@gmail.com>
This commit is contained in:
DAnn2012 2024-09-19 05:14:36 +02:00 committed by GitHub
parent 8cdefdcd01
commit 2fc6528c61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export const TaskListCompleted = ( {
className="woocommerce-task-card woocommerce-homescreen-card completed"
>
<CardHeader size="medium">
<div className="wooocommerce-task-card__header">
<div className="woocommerce-task-card__header">
<img src={ HeaderImage } alt="Completed" />
<h2>
{ __(

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: Fix typo (task-list-completed.tsx)