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

fix spelling variants #159

Conversation

uenitty
Copy link
Contributor

@uenitty uenitty commented Mar 3, 2019

I found spelling variants in translated documents and fix it.

error boundaryについて表記ゆれを発見したので修正しました(とりあえず翻訳済みドキュメントだけ)。
具体的には以下に従うようにしました。

@netlify
Copy link

netlify bot commented Mar 3, 2019

Deploy preview for ja-reactjs ready!

Built with commit 26d28e1

https://deploy-preview-159--ja-reactjs.netlify.com


[error boundaries](/docs/error-boundaries.html) は、子コンポーネントツリーのどこかで JavaScript エラーを捕捉し、それらのエラーを記録し、クラッシュしたコンポーネントツリーの代わりにフォールバック UI を表示する React コンポーネントです。error boundaries は、その下のツリー全体のレンダー中、ライフサイクルメソッド内、およびコンストラクタ内で発生したエラーを捕捉します。
[error boundary](/docs/error-boundaries.html) は、子コンポーネントツリーのどこかで JavaScript エラーを捕捉し、それらのエラーを記録し、クラッシュしたコンポーネントツリーの代わりにフォールバック UI を表示する React コンポーネントです。error boundary は、その下のツリー全体のレンダー中、ライフサイクルメソッド内、およびコンストラクタ内で発生したエラーを捕捉します。
Copy link
Contributor Author

Choose a reason for hiding this comment

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

ここの原文は /docs/error-boundaries.html の一部と全く同じなのですが、日本語版では少し文章が異なっています。
これは揃えた方がいいのでしょうか。

あと、throwは捕捉かスローかという違いもあり、どちらに揃えるべきなのか気になっています。

@@ -180,9 +180,9 @@ function MyComponent() {
}
```

### Error boundaries {#error-boundaries}
### Error Boundary {#error-boundaries}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

タイトル以外の本文中に出てくる "Error Boundary" は小文字に統一(文頭であっても) とのことでしたが、直前の Suspense が大文字のため一旦大文字にしてみました。

もしかしてこれって タイトル に当たりますかね...もしそうなら /docs/error-boundaries.html 側を直しにいかないと... 🙈

@smikitky
Copy link
Member

smikitky commented Mar 3, 2019

ありがとうございます。語頭の大文字小文字についてはまだたくさん不統一があり、まとめて直さないといけないのですが、とりあえず単数形に統一する部分については良いと思います。

Copy link
Member

@potato4d potato4d left a comment

Choose a reason for hiding this comment

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

よさそうです!こういう細かな改善助かります。

@potato4d potato4d merged commit 65097b5 into reactjs:master Mar 4, 2019
@uenitty uenitty deleted the feature/fix_spelling_variants_of_error_boundary branch March 4, 2019 09:51
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.

3 participants