Fix contradiction in the README.md#19897
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit d84dddc:
|
Can you elaborate on why you think this was a contradiction? I kind of thing the previous wording was a little clearer. |
|
@bvaughn sorry for the long response. Personally, I (as not a native speaker) found this confusing because the phrase ! No matter the meaning it is still a little bit confusing because the phrase
|
|
Thank you for elaborating. I think the change in wording in this PR actually makes the README slightly less clear (from a native speaker's perspective) but maybe there is another change that could help both. What about?
|
|
I am not sure about this -The frontend and backend can be initialized in any order, but the backend must not be activated until the frontend has been initialization has completed. Because of this, the simplest sequence is:
+ The frontend and backend can be initialized in any order, but the backend must not be activated until the frontend initialization has been completed. Because of this, the simplest sequence is: |
|
Gah, I forgot to delete a "has been" in my previous suggestion. Sorry! |
|
If you think this is clearer for non-native speaker, then I don't object. I think it's as clear for native speakers. 👍 |
Summary
Fix docs typo
Test Plan
–