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

[p:72] 오탈자 #18

Open
GimYoungPhil opened this issue Sep 21, 2018 · 1 comment
Open

[p:72] 오탈자 #18

GimYoungPhil opened this issue Sep 21, 2018 · 1 comment
Assignees

Comments

@GimYoungPhil
Copy link

GimYoungPhil commented Sep 21, 2018

코드

  if (res.status === 200) {
    return res.json();
  } else {
    hrow new Error('Error');
  }

아래와 같이 변경해야 할 것 같습니다.

hrow new Error('Error');
-> throw new Error('Error');

@sculove
Copy link
Owner

sculove commented Sep 29, 2018

@GimYoungPhil 감사합니다.

@sculove sculove assigned sculove and unassigned sculove Sep 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants