Skip to content

Fix: Add missing syntax and normalize Auth Token usage #145

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

Merged
merged 3 commits into from
Feb 2, 2025

Conversation

Seol-JY
Copy link
Contributor

@Seol-JY Seol-JY commented Jan 31, 2025

📝 Key Changes

Fixes three syntax issues:

  • Adds missing period in email validation message - c4bda53
  • Adds missing 'from' keyword in import statement - db0a870
  • Changes requiring discussion:
    • 이름 겹치지 않게 관리하기
    • For consistency between Code Example and Work on Improving sections, I added Auth Token to Code Example. Based on the document context, I believe adding Auth Token was appropriate - could you confirm if this assessment is correct? - 69a4ab2

🖼️ Before and After Comparison

Simple text corrections in documentation files. No visual changes.

Copy link

vercel bot commented Jan 31, 2025

@Seol-JY is attempting to deploy a commit to the Toss Team on Vercel.

A member of the Team first needs to authorize it.

@@ -69,7 +69,7 @@
例如,假设一个域(`Domain1`)的子代码中引用另一个域(`Domain2`)的源代码,如下所示:

```typescript
import { useFoo } '../../../Domain2/hooks/useFoo'
import { useFoo } from '../../../Domain2/hooks/useFoo'
Copy link
Collaborator

Choose a reason for hiding this comment

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

😭

Copy link
Collaborator

@milooy milooy left a comment

Choose a reason for hiding this comment

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

🦅

@milooy milooy merged commit 2f196fd into toss:main Feb 2, 2025
1 check failed
Kyujenius pushed a commit to Kyujenius/frontend-fundamentals that referenced this pull request Feb 3, 2025
* fix: Add missing 'from' keyword in import statement

* fix: Add missing period in email validation error message(ko)

* fix: add auth token to HTTP header
milooy pushed a commit that referenced this pull request Feb 4, 2025
* fix: change LCP image from png to webp

* docs: 간체 중국어 번역 (#120)

* chore: create ch files

* docs: translate into simplified chinese

* docs: translate into simplified chinese

* docs: translate into simplified chinese

* docs: translate into simplified chinese

* docs: translate into simplified chinese

* docs: translate into simplified chinese

* refactor: substitute with suitable terms

* docs: translate into simplified chinese

* feat: add chSearch

* fix: change chSearch option

* fix: fix typo with inspection

* �fix: fix typo in hidden-logic.md

同时 -> 同事

Co-authored-by: Jinyeong Seol <wlsdud5654@gmail.com>

* feat: implement dark mode image support in markdown

* docs: improve item-edit-modal.md by adding abstraction concepts

* fix: correct localized link

---------

Co-authored-by: Jinyeong Seol <wlsdud5654@gmail.com>

* Fix: Corrected localized link to Amazon (#141)

- The link was still redirecting to Yes24, so the link was updated properly

* Fix: Correct import path and Add Chinese on Giscus language  (#144)

* Fix: Ensure Giscus supports Chinese
* Fixed an issue where the Chinese locale was not applied in Giscus

* Fix: Correct import path for Chinese locale
* Fixed an incorrect import path in  ( → ).

* Revert: yarn.lock

* �Fix: Add missing syntax and normalize Auth Token usage (#145)

* fix: Add missing 'from' keyword in import statement

* fix: Add missing period in email validation error message(ko)

* fix: add auth token to HTTP header

* fix: resolve badge component rendering issue by extending default theme (#146)

* feat: add webp Image in chinese ver.

---------

Co-authored-by: Owon <chlehdnjs@gmail.com>
Co-authored-by: Jinyeong Seol <wlsdud5654@gmail.com>
Co-authored-by: 𝒄𝒍 𝒊 𝒄 𝒆 <131771046+clicelee@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants