Skip to content

Commit 21a101a

Browse files
authored
Apply suggestions from code review
1 parent 1a3b1da commit 21a101a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/extensibility/creating-an-options-page.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@ This walkthrough creates a simple Tools/Options page that uses a property grid t
267267

268268
## Open options page
269269

270-
In this section, you will add you will add a Command and an event for the button to open the options page
270+
In this section, you'll add a Command and an event for the button to open the options page
271271

272-
1. First add a Comman called OpenpageCommand.cs.
272+
1. First add a file called OpenPageCommand.cs.
273273

274-
3. Then open OpenpageCommand.cs and change your Execute method.
274+
3. Then, open *OpenPageCommand.cs* and change your Execute method.
275275

276276
```csharp
277277
private void Execute(object sender, EventArgs e)
@@ -282,11 +282,11 @@ In this section, you will add you will add a Command and an event for the button
282282
}
283283
```
284284

285-
3. Run the project, then click the Invoke XXX button (it is under the Tool option by default), then you can see your options page is opened
285+
3. Run the project, then click the Invoke button (it is under the Tool option by default), then you can see your options page is opened.
286286

287287
5. More details about opening options page can refer to the following documents
288288

289-
- [Opening an Options Page](https://docs.microsoft.com/en-us/previous-versions/cc826083(v=vs.140))
289+
- [Opening an Options Page](/previous-versions/cc826083(v=vs.140))
290290

291291
## See also
292292

0 commit comments

Comments
 (0)