-
Notifications
You must be signed in to change notification settings - Fork 361
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(docs): small grammar fixes & not correct words #854
fix(docs): small grammar fixes & not correct words #854
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!
Like any grammar fix PR I have 2 small requests, inline.
docs/reference/authorization.md
Outdated
@@ -47,7 +47,7 @@ See [this example for authenticating with the AWS CLI](../using/aws_cli.md). | |||
|
|||
Access to resources is managed very much like [AWS IAM](https://docs.aws.amazon.com/IAM/latest/UserGuide/intro-structure.html){:target="_blank"}. | |||
|
|||
There are 4 basic components to the system: | |||
There are 4 basic components of the system: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this change, "to" is correct here and is common. In this sentence "of" would imply that there can be other components.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
docs/reference/import.md
Outdated
@@ -27,7 +27,7 @@ Unfortunately, copying data is not always feasible for the following reasons: | |||
3. It requires you to switch to using the lakeFS endpoint in all places at once. | |||
|
|||
## Using lakeFS import tool | |||
To solve this, we offer an import tool which will not copy any data and allow for a more gradual onboarding process. | |||
To solve this, we offer an import tool that will not copy any data and allow for a more gradual onboarding process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Mind trying this?
To solve this, we offer an import tool that will not copy any data and allow for a more gradual onboarding process. | |
To solve this we offer an import tool that does not copy any data, allowing for a more gradual onboarding process. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think we can use that.
Thanks for the suggestion!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks! fixes a bug and more readable.
Waiting for tests (which should anyway pass...) to pull. |
Codecov Report
@@ Coverage Diff @@
## master #854 +/- ##
==========================================
+ Coverage 44.80% 44.82% +0.01%
==========================================
Files 139 139
Lines 10754 10754
==========================================
+ Hits 4818 4820 +2
+ Misses 5312 5311 -1
+ Partials 624 623 -1
Continue to review full report at Codecov.
|
Bunch of small grammar fixes, which were found during the docs learning and researching