Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Richter <jeffreyr@microsoft.com>
  • Loading branch information
Konrad Jamrozik and JeffreyRichter authored May 10, 2024
1 parent 15d2566 commit 155c4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ You may be also interested in following:
## Key concepts

The directory structure is a reflection of few key concepts.
The directory structure is a reflection of a few key concepts.

A `service` is a set of operation endpoints (typically HTTP REST API endpoints) that **version uniformly**.

A `service group` is a set of services that share common (ARM) **Resource Provider (RP) Namespace**, `RPNS`.
A `service group` is a set of services that share a common (ARM) **Resource Provider (RP) Namespace**, `RPNS`.

In case of ARM, a `service` consists of multiple `resource types`.
A `resource type` can be derived from the URL of HTTP API operations that pertain to it.
Expand Down

0 comments on commit 155c4bf

Please sign in to comment.