We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d2566 commit 155c4bfCopy full SHA for 155c4bf
1 file changed
documentation/directory-structure.md
@@ -36,11 +36,11 @@ You may be also interested in following:
36
37
## Key concepts
38
39
-The directory structure is a reflection of few key concepts.
+The directory structure is a reflection of a few key concepts.
40
41
A `service` is a set of operation endpoints (typically HTTP REST API endpoints) that **version uniformly**.
42
43
-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`.
44
45
In case of ARM, a `service` consists of multiple `resource types`.
46
A `resource type` can be derived from the URL of HTTP API operations that pertain to it.
0 commit comments