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(docs): small grammar fixes & not correct words #854

Merged
merged 1 commit into from
Oct 21, 2020
Merged

fix(docs): small grammar fixes & not correct words #854

merged 1 commit into from
Oct 21, 2020

Conversation

daniloff200
Copy link
Contributor

@daniloff200 daniloff200 commented Oct 21, 2020

Bunch of small grammar fixes, which were found during the docs learning and researching

Copy link
Contributor

@arielshaqed arielshaqed left a 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.

@@ -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:
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice. Mind trying this?

Suggested change
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.

Copy link
Contributor Author

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!

Copy link
Contributor

@arielshaqed arielshaqed left a 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.

@arielshaqed
Copy link
Contributor

Waiting for tests (which should anyway pass...) to pull.

@codecov-io
Copy link

Codecov Report

Merging #854 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            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     
Impacted Files Coverage Δ
catalog/cataloger_create_entry.go 100.00% <0.00%> (+5.26%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c170e80...a152f05. Read the comment docs.

@arielshaqed arielshaqed merged commit 5d4cb99 into treeverse:master Oct 21, 2020
@daniloff200 daniloff200 deleted the couple-grammar-fixes branch October 21, 2020 16:30
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