Skip to content

Commit a6fe697

Browse files
committed
Fixed typo
1 parent 370881d commit a6fe697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The general rule we follow is "use Visual Studio defaults".
4848
2. We use four spaces of indentation (no tabs)
4949
3. We use "_camelCase" private members and use "readonly" where possible
5050
4. We avoid `this.` unless absolutely necessary
51-
5. We always specify the visiblity, even if it's the default (i.e.
51+
5. We always specify the visibility, even if it's the default (i.e.
5252
`private string _foo` not `string _foo`)
5353
6. Namespace imports should be specified at the top of the file, *outside* of
5454
`namespace` declarations and should be sorted alphabetically, with `System.`

0 commit comments

Comments
 (0)