Skip to content

Commit 326abe1

Browse files
authored
Merge pull request #10868 from changeworld/patch-5
Fix typo: inactivate -> deactivate
2 parents b1619de + 44372f7 commit 326abe1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/modeling/browse-and-rearrange-code-maps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,11 @@ You can change the icons on code elements and the colors of code elements and li
289289
|Specific color or icon|Open the category or property value list. Select a color or icon.|
290290

291291
> [!NOTE]
292-
> You can rearrange, delete, or temporarily inactivate styles in the **Legend** box. See [Edit the Legend box](#ModifyLegend).
292+
> You can rearrange, delete, or temporarily deactivate styles in the **Legend** box. See [Edit the Legend box](#ModifyLegend).
293293
294294
## <a name="ModifyLegend"></a> Edit the Legend box
295295

296-
You can rearrange, delete, or temporarily inactivate styles in the **Legend** box:
296+
You can rearrange, delete, or temporarily deactivate styles in the **Legend** box:
297297

298298
1. Open the shortcut menu for a style in the **Legend** box.
299299

docs/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.FormsActivate/CPP/form1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public ref class Form1: public System::Windows::Forms::Form
6464
this->Button1->Name = "Button1";
6565
this->Button1->Size = System::Drawing::Size( 96, 56 );
6666
this->Button1->TabIndex = 0;
67-
this->Button1->Text = "Click me for an new inactivated form.";
67+
this->Button1->Text = "Click me for an new deactivated form.";
6868
this->Button1->Click += gcnew System::EventHandler( this, &Form1::Button1_Click );
6969

7070
//

0 commit comments

Comments
 (0)