Skip to content

Commit d7f6c3f

Browse files
authored
Apply suggestions from code review
1 parent c16594d commit d7f6c3f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

config/hero.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ shortcuts:
2121
text: Contribute to the project
2222
- title: Want to adopt AEPs in your organization?
2323
description: |
24-
AEPs were adapted from [Google's AIP project](https://google.aip.dev/), but also extend it with
25-
tooling to easily generate and validate that result in better designed APIs, as well as provide clients to
26-
consume them.
24+
AEPs were adapted from [Google's AIP project](https://google.aip.dev/), but also enhanced with improved
25+
guidance for APIs, tooling to generate and validate them, and clients to interact with them. The result is better designed and consumable APIs.
2726
button:
2827
href: /adopting
2928
text: Learn more

pages/general/adopting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ By adopting the guidelines from the API Enhancement Proposals, you establish a m
44
tighter and efficient possibility space. APIs that follow the
55
[AEP guidance](https://aep.dev) from the design stage:
66

7-
- are more consistent within and across teams, reducing cognitive load for API consumers
7+
- are more consistent within and across teams, reducing cognitive load for API consumers
88
- reduce arguments about API design decisions, thanks to the AEP specification, tools, and exemplar design patterns
99

1010
Having an AEP-compliant API also means benefitting from the AEP ecosystem of tooling, such as:
1111

1212
- Linters and validators to ensure adherence to the AEP design specification [proto]()/[openapi]()
13-
- A command line tool interface genreator that make it easier to work with APIs ([aepcli](https://github.com/aep-dev/aepcli))
13+
- A dynamic command line interface generator that make it easier to work with APIs ([aepcli](https://github.com/aep-dev/aepcli))
1414
- Client-side and server-side code generators ([aepc](https://github.com/aep-dev/aepc))
1515
- A Terraform provider ([terraform-provider-aep](https://github.com/aep-dev/terraform-provider-aep))
1616
- ... and more! Please start a [discussion](https://github.com/aep-dev/aep.dev/discussions) if there is something you wish to see, validate, or prioritize.

0 commit comments

Comments
 (0)