diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 273c1a2..9f7e394 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,7 @@ The general rule we follow is "use Visual Studio defaults". 2. We use four spaces of indentation (no tabs) 3. We use "_camelCase" private members and use "readonly" where possible 4. We avoid `this.` unless absolutely necessary -5. We always specify the visiblity, even if it's the default (i.e. +5. We always specify the visibility, even if it's the default (i.e. `private string _foo` not `string _foo`) 6. Namespace imports should be specified at the top of the file, *outside* of `namespace` declarations and should be sorted alphabetically, with `System.`