Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3ch023 committed Oct 30, 2024
1 parent f78b195 commit 53a4864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/features/mas/docs/merch-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h3 id="properties" tabindex="-1">Properties <a class="header-anchor" href="#pro
<tbody>
<tr>
<td><code>updateComplete</code></td>
<td>a promise that resolves when the <code>merch-card</code> finishes to execute execute render method. Doesn’t mean that card is ready, for that use ‘mas:ready’ or ‘mas:error’ event. method. Doesn’t mean that card is ready, for that use ‘mas:ready’ or ‘mas:error’ event.</td>
<td>a promise that resolves when the <code>merch-card</code> finishes to execute render method. Doesn’t mean that card is ready, for that use ‘mas:ready’ or ‘mas:error’ event. method. Doesn’t mean that card is ready, for that use ‘mas:ready’ or ‘mas:error’ event.</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion libs/features/mas/web-components/merch-card.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Designs:
| Name | Description |
| ---------------- | ---------------------------------------------------------------- |
| `updateComplete` | a promise that resolves when the `merch-card` finishes to execute execute render method. Doesn't mean that card is ready, for that use 'mas:ready' or 'mas:error' event. method. Doesn’t mean that card is ready, for that use ‘mas:ready’ or ‘mas:error’ event. |
| `updateComplete` | a promise that resolves when the `merch-card` finishes to execute render method. Doesn't mean that card is ready, for that use 'mas:ready' or 'mas:error' event. method. Doesn’t mean that card is ready, for that use ‘mas:ready’ or ‘mas:error’ event. |
### Events
Expand Down

0 comments on commit 53a4864

Please sign in to comment.