Skip to content

Commit 5792ad9

Browse files
authored
Fix: contributing.md spelling (#10307)
- technology - command line
1 parent 3ce8132 commit 5792ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ Project maintainers will consider changes that improve the product or fix known
1616

1717
Maintainers will not merge changes that have narrowly-defined benefits due to compatibility risk or complexity added to the product. We may revert changes if they are found to be breaking.
1818

19-
Most .NET Core components are cross-platform and we appreciate contributions that either improve their feature set in a given environment or that add support for a new environment. We will typically not accept contributions that implement support for an OS-specific technolology on another operating system. We also do not intend to accept contributions that provide cross-platform implementations for Windows Forms or WPF.
19+
Most .NET Core components are cross-platform and we appreciate contributions that either improve their feature set in a given environment or that add support for a new environment. We will typically not accept contributions that implement support for an OS-specific technology on another operating system. We also do not intend to accept contributions that provide cross-platform implementations for Windows Forms or WPF.
2020

2121
Contributions must also satisfy the [acceptance criteria](acceptance_criteria.md) to learn how to develop changes for this repo.as well as other published guidelines defined in this document.
2222

2323
## Code Formatting Improvements and Minor Enhancements
2424

2525
We will consider code-formatting improvements that are identified by running code analyzers.
2626

27-
Our CodeAnalysis rules are not enabled by default. These can be enabled by setting the MSBuild property `EnableAnalyzers=true` (in commandline, it is set as `/p:EnableAnalyzers=true`).
27+
Our CodeAnalysis rules are not enabled by default. These can be enabled by setting the MSBuild property `EnableAnalyzers=true` (in command line, it is set as `/p:EnableAnalyzers=true`).
2828

2929
The code analyzer would likely recommend changes that can result in changes to the generated IL. In general, we prefer code-formatting PR's to be limited to changes that do not have any impact on the IL - these are easier to review and approve and do not require additional testing.
3030

0 commit comments

Comments
 (0)