Azure / iot-edge-v1

Azure IoT Edge
http://azure.github.io/iot-edge/
Other
524 stars 258 forks source link

Fix typo in issue template #602

Closed myagley closed 6 years ago

myagley commented 6 years ago
# Reference/Link to the issue solved with this PR (if any) # Description of the problem

Description of the solution

## Notes on Unit Tests Before submitting the PR, it is **recommended** to run UTs(especially for bug fixes, feature additions etc. to existing code) Before running the UTs, make sure you have performed a recursive clone of the repository: ``` git clone --recursive https://github.com/Azure/iot-edge ``` # Running UTs in Linux ``` v1/tools/build.sh --run-unittests ``` # Running UTs in Windows ``` v1\tools\build.cmd --run-unittests ```