Skip to content

fix: Grammatical correction in readme file #2798

Merged
aeneasr merged 3 commits into
ory:masterfrom
idivyanshbansal:patch-1
Oct 23, 2021
Merged

fix: Grammatical correction in readme file #2798
aeneasr merged 3 commits into
ory:masterfrom
idivyanshbansal:patch-1

Conversation

@idivyanshbansal
Copy link
Copy Markdown
Contributor

@idivyanshbansal idivyanshbansal commented Oct 13, 2021

#2797

Related issue(s)

Checklist

Further Comments

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 13, 2021

Codecov Report

Merging #2798 (abfc41e) into master (433ce74) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2798   +/-   ##
=======================================
  Coverage   52.85%   52.85%           
=======================================
  Files         236      236           
  Lines       14184    14184           
=======================================
  Hits         7497     7497           
  Misses       6054     6054           
  Partials      633      633           
Impacted Files Coverage Δ
internal/httpclient/models/volume.go 0.00% <ø> (ø)

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 8373bba...abfc41e. Read the comment docs.

Copy link
Copy Markdown
Member

@vinckr vinckr left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution 🙂
I have left some comments, and parts of the README are automated from a template.
If you are up to it, open another PR in /meta and it will be fixed for all Ory projects 🎉

Comment thread README.md Outdated
- [Integrating your Login and Consent UI with ORY Hydra](https://www.ory.sh/docs/hydra/oauth2): The go-to place if you wish to adopt ORY Hydra in your new or existing stack.

Besides mitigating various attack vectors, such as database compromisation and OAuth 2.0 weaknesses, ORY Hydra is also
Besides mitigating various attack vectors, such as database compromise and OAuth 2.0 weaknesses, ORY Hydra is also
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
Besides mitigating various attack vectors, such as database compromise and OAuth 2.0 weaknesses, ORY Hydra is also
Besides mitigating various attack vectors, such as a compromised database and OAuth 2.0 weaknesses, ORY Hydra is also

I think compromisation was actually correct.

Noun. compromisation (countable and uncountable, plural compromisations) The act or result of compromising.

Compromise also has a different meaning as noun:

an agreement or settlement of a dispute that is reached by each side making concessions.
"eventually they reached a compromise"

Compromisation is not a beautiful word though, what do you think of this suggestion

Comment thread README.md Outdated
- [Blog posts & articles](#blog-posts--articles)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- END doctoc generated TOC please keep comment here to allow auto-update -->
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
<!-- END doctoc generated TOC please keep comment here to allow auto-update -->
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Please revert this as it needs to stay the same :)

Comment thread README.md Outdated
## Quickstart

This section is a quickstart guide to working with ORY Hydra. In-depth docs are available as well:
This section is a quick start guide to working with ORY Hydra. In-depth docs are available as well:
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
This section is a quick start guide to working with ORY Hydra. In-depth docs are available as well:
This section is a starter guide to working with ORY Hydra. In-depth docs are available as well:

I think this sounds more natural.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

"quickstart guide" is the correct terminology here: https://en.wikipedia.org/wiki/Quickstart_guide

Comment thread README.md
- Minimize room for human and network errors

Ory's architecture designed to run best on a Container Orchestration Systems
Ory's architecture is designed to run best on a Container Orchestration Systems
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This ECOSYSTEM part has to be edited in ory/meta, specifically in this file:
https://github.com/ory/meta/blob/master/templates/repository/common/PROJECTS.md if you are up to making another PR there.

Otherwise please revert it in this PR as it will be overwritten later.

Comment thread README.md

[Ory Kratos](https://github.com/ory/kratos) is an API-first Identity and User
Management system that is built according to
A management system that is built according to
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

See comment above about the ECOSYSTEM part.

Comment thread README.md
It implements core use cases that almost every software application needs to
deal with: Self-service Login and Registration, Multi-Factor Authentication
(MFA/2FA), Account Recovery and Verification, Profile and Account Management.
(MFA/2FA), Account Recovery and Verification, Profile, and Account Management.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

See comment above about the ECOSYSTEM part.

Comment thread README.md
[Ory Hydra](https://github.com/ory/hydra) is an OpenID Certified™ OAuth2 and
OpenID Connect Provider which easily connects to any existing identity system by
writing a tiny "bridge" application. Gives absolute control over user interface
writing a tiny "bridge" application. Gives absolute control over the user interface
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

See comment above about the ECOSYSTEM part.

@idivyanshbansal
Copy link
Copy Markdown
Contributor Author

@vinckr sir I have done the updates of this file. Else I am making PR in meta/projects

@idivyanshbansal
Copy link
Copy Markdown
Contributor Author

@vinckr Sir, done all the updates in both files.

Comment thread README.md Outdated
### Installation

Head over to the [ORY Developer Documentation](https://www.ory.sh/docs/next/hydra/configure-deploy#installing-ory-hydra) to learn how to install ORY Hydra on Linux, macOS, Windows, and Docker and how to build ORY Hydra from source.
Head over to the [ORY Developer Documentation](https://www.ory.sh/docs/next/hydra/configure-deploy#installing-ory-hydra) to learn how to install ORY Hydra on Linux, macOS, Windows, and Docker and how to build ORY Hydra from the source.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

to build ORY Hydra from source. is the correct alternative.

@idivyanshbansal
Copy link
Copy Markdown
Contributor Author

@grantzvolsky sir, @aeneasr sir, @vinckr sir, done

@vinckr
Copy link
Copy Markdown
Member

vinckr commented Oct 22, 2021

Hello @idivyanshbansal ,
there are still several issues to be resolved, please see my review.

@idivyanshbansal
Copy link
Copy Markdown
Contributor Author

Hello @idivyanshbansal , there are still several issues to be resolved, please see my review.

Those else issues were resolved in the extension repository of hydra @vinckr, sir.

@vinckr
Copy link
Copy Markdown
Member

vinckr commented Oct 22, 2021

No need to call me sir @idivyanshbansal 😉.
I can see that you made another PR in /meta, thanks for that!
Could you still revert the changes that would be overwritten by the template in /meta please?

Basically all changes you made after the :
<!--BEGIN ECOSYSTEM-->
🙏

@aeneasr aeneasr merged commit 0274fcc into ory:master Oct 23, 2021
@idivyanshbansal
Copy link
Copy Markdown
Contributor Author

Thankyou @aeneasr sir 🤩

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.

4 participants