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: Grammatical correction in readme file #2798

Merged
merged 3 commits into from
Oct 23, 2021
Merged

fix: Grammatical correction in readme file #2798

merged 3 commits into from
Oct 23, 2021

Conversation

idivyanshbansal
Copy link
Contributor

@idivyanshbansal idivyanshbansal commented Oct 13, 2021

#2797

Related issue(s)

Checklist

Further Comments

@codecov
Copy link

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
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 🎉

README.md Outdated
@@ -35,7 +35,7 @@ If you're looking to jump straight into it, go ahead:
- [Install and Set Up ORY Hydra](https://www.ory.sh/docs/hydra/configure-deploy): An advanced look at installation options and interaction with ORY Hydra.
- [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
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

README.md Outdated
@@ -78,7 +78,7 @@ able to securely manage JSON Web Keys.
- [Libraries and third-party projects](#libraries-and-third-party-projects)
- [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
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 :)

README.md Outdated
@@ -312,7 +312,7 @@ To obtain certification, we deployed the [reference user login and consent app](

## 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
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
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

@@ -343,7 +343,7 @@ design:
- Scales without effort
- 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
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.

@@ -352,17 +352,17 @@ dependencies (Java, Node, Ruby, libxml, ...).
### Ory Kratos: Identity and User Infrastructure and Management

[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
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.

[cloud architecture best practices](https://www.ory.sh/docs/next/ecosystem/software-architecture-philosophy).
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
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.


### Ory Hydra: OAuth2 & OpenID Connect Server

[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
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
Contributor Author

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

@idivyanshbansal
Copy link
Contributor Author

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

README.md Outdated
@@ -329,7 +329,7 @@ It will take you about 5 minutes to complete the **[tutorial](https://www.ory.sh

### 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
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
Contributor Author

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

@vinckr
Copy link
Member

vinckr commented Oct 22, 2021

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

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

None yet

4 participants