Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko] fillStyle 예제 draw 함수의 누락된 중괄호 추가 #25336

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

dmstmdrbs
Copy link
Contributor

Description

  • fillStyle 예제의 draw 함수에서 누락된 중괄호 닫기 문자를 추가했습니다.

Motivation

  • 예제를 실행해보다가 오류로 실행되지 않는 것을 발견하여 중괄호가 누락된 것을 발견하였습니다.

Additional details

Related issues and pull requests

- fillStyle 예제의 draw 함수에서 누락된 중괄호 닫기 문자 추가
@dmstmdrbs dmstmdrbs requested a review from a team as a code owner January 6, 2025 07:44
@dmstmdrbs dmstmdrbs requested review from 1ilsang and removed request for a team January 6, 2025 07:44
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Jan 6, 2025
@dmstmdrbs dmstmdrbs closed this Jan 6, 2025
Copy link
Contributor

github-actions bot commented Jan 6, 2025

Preview URLs

Flaws (44)

URL: /ko/docs/Web/API/Canvas_API/Tutorial/Applying_styles_and_colors
Title: 스타일과 색 적용하기
Flaw count: 44

  • macros:
    • /ko/docs/Web/API/CanvasRenderingContext2D/fillStyle does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/fillStyle
    • /ko/docs/Web/API/CanvasRenderingContext2D/strokeStyle does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/strokeStyle
    • 'EmbedLiveSample' parameter $3 is deprecated (no screenshot URLs).
    • 'EmbedLiveSample' parameter $3 is deprecated (no screenshot URLs).
    • /ko/docs/Web/API/CanvasRenderingContext2D/globalAlpha does not exist but fell back to /en-US/docs/Web/API/CanvasRenderingContext2D/globalAlpha
    • and 34 more flaws omitted
  • images:
    • File not present on disk, an empty file, or not an image
    • File not present on disk, an empty file, or not an image
  • broken_links:
    • Can't resolve /ko/docs/docs/Web/API/Canvas_API/Tutorial/Basic_animations
    • Can't resolve /ko/docs/docs/Web/API/Canvas_API/Tutorial/Compositing
  • translation_differences:
    • Differences in the important macros (1 in common of 31 possible)

(comment last updated: 2025-01-06 07:52:45)

@dmstmdrbs dmstmdrbs reopened this Jan 6, 2025
Copy link
Member

@1ilsang 1ilsang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 기여해주셔서 감사합니다. 💯

@1ilsang 1ilsang enabled auto-merge (squash) January 8, 2025 14:01
@1ilsang 1ilsang merged commit 3de4a64 into mdn:main Jan 8, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ko Issues related to Korean content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants