Skip to content

Commit 041f821

Browse files
committed
Formatting
1 parent f775911 commit 041f821

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-pnp/concepts-model-repository.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ string modelContent = await _httpClient.GetStringAsync(fullyQualifiedPath);
8585
1. Add the new interfaces to the `dtmi` folder using the folder/filename convention. See the [add-model](#add-model) tool.
8686
1. Validate the device models locally using the [scripts to validate changes](#validate-files) section.
8787
1. Commit the changes locally and push to your fork.
88-
1. From your fork, create a pull request ( t)hat targets the `main` branch. See [Creating an issue or pull request](https://docs.github.com/free-pro-team@latest/desktop/contributing-and-collaborating-using-github-desktop/creating-an-issue-or-pull-request) docs.
89-
1. Review the [pull request ( r)equirements](https://github.com/Azure/iot-plugandplay-models/blob/main/pr-reqs.md).
88+
1. From your fork, create a pull request that targets the `main` branch. See [Creating an issue or pull request](https://docs.github.com/free-pro-team@latest/desktop/contributing-and-collaborating-using-github-desktop/creating-an-issue-or-pull-request) docs.
89+
1. Review the [pull request requirements](https://github.com/Azure/iot-plugandplay-models/blob/main/pr-reqs.md).
9090

91-
The pull request ( t)riggers a series of GitHub actions that will validate the new submitted interfaces, and make sure your pull request ( s)atisfies all the checks.
91+
The pull request triggers a series of GitHub actions that will validate the new submitted interfaces, and make sure your pull request satisfies all the checks.
9292

93-
Microsoft will respond to a pull request ( w)ith all checks in three business days.
93+
Microsoft will respond to a pull request with all checks in three business days.
9494

9595
### add-model
9696

0 commit comments

Comments
 (0)