[Content Bug] Consistent Usage of Terms
Week:
Not specific to a week - check necessary for all markdown files
Describe the Issue
Several terms (like JavaScript) are used in different ways how they are written. We should stick to one consistent way throughout the files.
The terms subject to this issue are:
- JavaScript: with capital "S"; not Javascript
- Node.js: It is with a capital "N" and ".js"
- Azure Functions: with capital "F" and plural, when the Azure service is targeted. Singular is valid for a single Azure Function.
- HTTP verbs in capitals: HTTP verbs/methods should be put as all caps e. g. GET, POST, PUT, DELETE etc.
Proposed Fix
Search and replace over all markdown files. However need to be done manually as in some places the current writing might be okay
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@emsesc @ganning127 : Can we add the pinned label to the issues that should be done after the summer session so that they are ignored by the stale bot?