Skip to content

Commit

Permalink
Fixed character in acceptable user and privacy policy (#6608)
Browse files Browse the repository at this point in the history
* Fixed character in acceptable user and privacy policy

* Update dicitonary

* Try again

* Try again

* update dictionary

* spelling

* tweak cspell in pipeline

---------

Co-authored-by: Martin Artola <[email protected]>
  • Loading branch information
PascalSenn and artola authored Oct 17, 2023
1 parent a371f8f commit 68d66ad
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: npm install -g cspell

- name: run cspell
run: cspell --config ./cSpell.json "website/src/**/*.md" --no-progress
run: cspell --config ./cSpell.json "website/src/**/*.md" --no-progress --no-cache

website-tests:
name: "Website Tests"
Expand Down
4 changes: 2 additions & 2 deletions cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"sublicensable",
"meros",
"Structs",
"reencode"
"reencode",
"WunderGraph"
],
"ignoreWords": [
"Badurina",
Expand Down Expand Up @@ -71,7 +72,6 @@
"Postgraphile",
"Normen",
"typeof",
// youtube
"Ufjn",
"Wguo",
"Ymgw",
Expand Down
2 changes: 1 addition & 1 deletion website/src/blog/2023-08-15-fusion/2023-08-15-fusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Late last year, [ChilliCream](https://chillicream.com) and [The Guild](https://t

Today, we are thrilled to unveil GraphQL-Fusion, an open specification under the **MIT license**. This initiative empowers everyone to craft tools and solutions centered around distributed GraphQL services. Complementing this announcement, we're also introducing [Hot Chocolate](https://chillicream.com/docs/hotchocolate) Fusion, an early implementation of the GraphQL-Fusion spec draft.

The GraphQL-Fusion spec goes beyond what traditional federation approaches went after. It establishes GraphQL as an application gateway that allows integrating GraphQL APIs, REST APIs, gRPC APIs, or even databases. For this reason, in addition to The Guild's work on the Open API to GraphQL spec, Hasura will start specifying GraphQL Data Compliant APIs, the AWS AppSync team will focus on specs for throttling, authentication, and subscriptions and Wundergraph will specify adapter specs for gRPC and Kafka (AsyncApi). As mentioned initially, GraphQL is a great gateway technology, although it started from a different place. It gives the consumer the simplicity of the single schema and hides behind that schema the technical complexities of a heterogenous service landscape.
The GraphQL-Fusion spec goes beyond what traditional federation approaches went after. It establishes GraphQL as an application gateway that allows integrating GraphQL APIs, REST APIs, gRPC APIs, or even databases. For this reason, in addition to The Guild's work on the Open API to GraphQL spec, Hasura will start specifying GraphQL Data Compliant APIs, the AWS AppSync team will focus on specs for throttling, authentication, and subscriptions and WunderGraph will specify adapter specs for gRPC and Kafka (AsyncApi). As mentioned initially, GraphQL is a great gateway technology, although it started from a different place. It gives the consumer the simplicity of the single schema and hides behind that schema the technical complexities of a heterogenous service landscape.

## A new way to distribute GraphQL schema components

Expand Down
4 changes: 2 additions & 2 deletions website/static/legal/acceptable-use-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ <h3>Customer accountability</h3>
nominated contact for the account in question.
</p>
<p>
If a customer or their end-user or anyone using our Services as a result of
the customer violates our acceptable use policy, we reserve the right to
If a customer - or their end-user or anyone using our Services as a result of
the customer - violates our acceptable use policy, we reserve the right to
terminate any Services associated with the offending account or the account
itself or take any remedial or preventative action we deem appropriate,
without notice. To the extent permitted by law, no credit will be available
Expand Down
4 changes: 2 additions & 2 deletions website/static/legal/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ <h4>Device Data</h4>

<h4>Personal Information</h4>
<p>
We may ask for personal information for example, when you subscribe to our
newsletter or when you contact us which may include one or more of the
We may ask for personal information - for example, when you subscribe to our
newsletter or when you contact us - which may include one or more of the
following:
</p>
<ul>
Expand Down

0 comments on commit 68d66ad

Please sign in to comment.