Skip to content

Commit ed11591

Browse files
committed
Fixed spelling and grammar
1 parent bf25f51 commit ed11591

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
},
131131
"allowedNamespaceComponentTerms": {
132132
"type": "array",
133-
"description": "Allowed namesapce component terms, such as ones beginning with a lowercase letter.",
133+
"description": "Allowed namespace component terms, such as ones beginning with a lowercase letter.",
134134
"default": [],
135135
"items": {
136136
"type": "string",

documentation/Configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ The following property is used to configure allowable namespace component terms
322322
| --- | --- | --- | --- |
323323
| `allowedNamespaceComponentTerms` | `[ ]` | 1.2.0 | Specifies namespace component terms that are allowed to be used. See the example below for more information. |
324324

325-
The following example shows a settings file which allows the namespace such as `eBay` or `Apple.iPod`.
325+
The following example shows a settings file which allows namespaces such as `eBay` or `Apple.iPod`.
326326

327327
```json
328328
{

0 commit comments

Comments
 (0)