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: README grammer/wording #10667

Merged
merged 5 commits into from Nov 15, 2022
Merged

fix: README grammer/wording #10667

merged 5 commits into from Nov 15, 2022

Conversation

stocaaro
Copy link
Contributor

Description of changes

Re-reading the README update and making updates to language that reads awkwardly.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@stocaaro stocaaro requested a review from a team as a code owner November 14, 2022 18:58
Copy link
Contributor

@abdallahshaban557 abdallahshaban557 left a comment

Choose a reason for hiding this comment

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

Left feedback

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2022

Codecov Report

Merging #10667 (57f1ab5) into main (fc61422) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main   #10667   +/-   ##
=======================================
  Coverage   85.59%   85.59%           
=======================================
  Files         196      196           
  Lines       18240    18240           
  Branches     3888     3888           
=======================================
  Hits        15613    15613           
  Misses       2549     2549           
  Partials       78       78           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
stocaaro and others added 4 commits November 14, 2022 14:58
Co-authored-by: Chris F <5827964+cshfang@users.noreply.github.com>
Co-authored-by: Chris F <5827964+cshfang@users.noreply.github.com>
Co-authored-by: Chris F <5827964+cshfang@users.noreply.github.com>
```

- The `JS` export has been removed from `@aws-amplify/core` in favor the exporting the functions it contained.
- Any calls to `Amplify.Auth`, `Amplify.Cache`, and `Amplify.ServiceWorker` are no longer supported, instead your code should use the named exports. For example:
- Any calls to `Amplify.Auth`, `Amplify.Cache`, and `Amplify.ServiceWorker` are no longer supported. Instead , your code should use the named exports. For example:
Copy link
Contributor

@jimblanc jimblanc Nov 14, 2022

Choose a reason for hiding this comment

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

Nit: Extra space before comma Instead , I'll blame Chris for this one 😛

Copy link
Contributor

Choose a reason for hiding this comment

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

Oops

Copy link
Contributor

@cshfang cshfang left a comment

Choose a reason for hiding this comment

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

Just a quick nit fix for my nit fix

```

- The `JS` export has been removed from `@aws-amplify/core` in favor the exporting the functions it contained.
- Any calls to `Amplify.Auth`, `Amplify.Cache`, and `Amplify.ServiceWorker` are no longer supported, instead use the named exports. For example:
- Any calls to `Amplify.Auth`, `Amplify.Cache`, and `Amplify.ServiceWorker` are no longer supported. Instead , your code should use the named exports. For example:
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove extra space

Suggested change
- Any calls to `Amplify.Auth`, `Amplify.Cache`, and `Amplify.ServiceWorker` are no longer supported. Instead , your code should use the named exports. For example:
- Any calls to `Amplify.Auth`, `Amplify.Cache`, and `Amplify.ServiceWorker` are no longer supported. Instead, your code should use the named exports. For example:

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Well garbage. I scrolled past this and hit submit before seeing it :-/ Guess I get to pad my commit stats a little bit more... #10670

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.

None yet

5 participants