Skip to content

Commit 055a39a

Browse files
authored
Apply suggestions from PR review
Add missing words.
1 parent 08558d0 commit 055a39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extend/develop/using-host-dialog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ A function can be called when the OK button is selected. This function is specif
167167

168168
If a call to `getDialogResult` returns a non-null value, this value is then passed to the function specified by `okCallback` (also in the options) and the dialog is closed.
169169

170-
In this example, the `attachFormChanged` callback gets called when inputs on the form change. Based whether the form is valid or not, the OK button is enabled or disabled.
170+
In this example, the `attachFormChanged` callback gets called when inputs on the form change. Based on whether the form is valid or not, the OK button is enabled or disabled.
171171

172172
```javascript
173173
import * as SDK from "azure-devops-extension-sdk";
@@ -227,7 +227,7 @@ Initially, the OK button is disabled. However, you can enable/disable this butto
227227

228228
## Pass values to the dialog
229229

230-
It's possible pass initial values to dialog content when it is opened in the host dialog.
230+
It's possible to pass initial values to dialog content when it is opened in the host dialog.
231231

232232
```json
233233
{

0 commit comments

Comments
 (0)