Skip to content

Commit 0f5d8e8

Browse files
committed
fix spelling
1 parent 673a282 commit 0f5d8e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/ide/reference/convert-local-function-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This refactoring applies to:
3232

3333
2. Press **Ctrl**+**.** to trigger the **Quick Actions and Refactorings** menu.
3434

35-
![Convert local function to method codefix](media/convert-local-function-to-method-codefix.png)
35+
![Convert local function to method code fix](media/convert-local-function-to-method-codefix.png)
3636

3737
2. Press **Enter** to accept the refactoring.
3838

docs/ide/reference/generate-deconstructor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This code generation applies to:
3636
- Right-click and select the **Quick Actions and Refactorings** menu.
3737
- Click the ![screwdriver](media/screwdriver.png) icon that appears in the left margin if the text cursor is already on the empty line in the class.
3838

39-
![Generate deconstructor codefix](media/deconstruct-codefix.png)
39+
![Generate deconstructor code fix](media/deconstruct-codefix.png)
4040

4141
3. Select **Generate method 'MyInternalClass.Deconstruct'** to generate the deconstructor.
4242

docs/ide/reference/invert-if-statement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This refactoring applies to:
3232

3333
2. Press **Ctrl**+**.** to trigger the **Quick Actions and Refactorings** menu.
3434

35-
![Invert if else codefix](media/invert-if-codefix.png)
35+
![Invert if else code fix](media/invert-if-codefix.png)
3636

3737
3. Select **Invert if**.
3838

0 commit comments

Comments
 (0)