Skip to content

Commit ad7a1c8

Browse files
committed
Fixing some typos
1 parent 64f5ca9 commit ad7a1c8

11 files changed

Lines changed: 12 additions & 12 deletions

‎windows.ai.actions/actionentity.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The base class for all entity types.
1616

1717
## -remarks
1818

19-
App Actions for Windows defines several different entity types for different kinds of content. Each supported type has a dedicated subclass of **ActionEntity** that exposes properties specific to the type of content they represent. Supported action entity subclasses include the following:
19+
App Actions on Windows defines several different entity types for different kinds of content. Each supported type has a dedicated subclass of **ActionEntity** that exposes properties specific to the type of content they represent. Supported action entity subclasses include the following:
2020

2121
- [DocumentActionEntity](documentactionentity.md)
2222
- [FileActionEntity](fileactionentity.md)

‎windows.ai.actions/actioninvocationcontext_actionid.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the ID of the app action for the current invocation.
1616

1717
## -property-value
1818

19-
The ID of the app action. The action ID is declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions for Windows](/windows/ai/app-actions/actions-json).
19+
The ID of the app action. The action ID is declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions on Windows](/windows/ai/app-actions/actions-json).
2020

2121
## -remarks
2222

‎windows.ai.actions/actioninvocationcontext_result.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets or sets the result status of an app action invocation.
1616

1717
## -property-value
1818

19-
A value from the [ActionInvocationResult](actioninvocationresult.md) specifying the result status.
19+
A value from the [ActionInvocationResult](actioninvocationresult.md) enumeration specifying the result status.
2020

2121
## -remarks
2222

‎windows.ai.actions/actioninvocationcontext_setinputentity_1114420885.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Sets the input entity for an app action invocation.
1818

1919
### -param inputName
2020

21-
The name of the input entity. The name must match the name declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions for Windows](/windows/ai/app-actions/actions-json).
21+
The name of the input entity. The name must match the name declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions on Windows](/windows/ai/app-actions/actions-json).
2222

2323
### -param inputValue
2424

‎windows.ai.actions/actioninvocationcontext_setoutputentity_312200320.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Sets the output entity for an app action invocation.
1818

1919
### -param outputName
2020

21-
The name of the output entity. The name must match the name declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions for Windows](/windows/ai/app-actions/actions-json).
21+
The name of the output entity. The name must match the name declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions on Windows](/windows/ai/app-actions/actions-json).
2222

2323
### -param outputValue
2424

‎windows.ai.actions/actionruntime.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ActionRuntime : System.IDisposable
1212

1313
## -description
1414

15-
Represents the App Actions for Windows runtime.
15+
Represents the App Actions on Windows runtime.
1616

1717
## -remarks
1818

‎windows.ai.actions/actionruntime_createinvocationcontext_937518724.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Creates an [ActionInvocationContext](actioninvocationcontext.md) object associat
1818

1919
### -param actionId
2020

21-
The ID of the app action for which the invocation context is created. The action ID is declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions for Windows](/windows/ai/app-actions/actions-json).
21+
The ID of the app action for which the invocation context is created. The action ID is declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions on Windows](/windows/ai/app-actions/actions-json).
2222

2323
## -returns
2424

‎windows.ai.actions/actionruntime_createinvocationcontextwithwindowid_968984486.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Creates an [ActionInvocationContext](actioninvocationcontext.md) object associat
1818

1919
### -param actionId
2020

21-
The ID of the app action for which the invocation context is created. The action ID is declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions for Windows](/windows/ai/app-actions/actions-json).
21+
The ID of the app action for which the invocation context is created. The action ID is declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions on Windows](/windows/ai/app-actions/actions-json).
2222

2323
### -param invokerWindowId
2424

‎windows.ai.actions/actionruntime_latestsupportedschemaversion.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The version number of the latest supported app action definition schema.
2020

2121
## -remarks
2222

23-
For more information, see [Action definition JSON schema for App Actions for Windows](/windows/ai/app-actions/actions-json).
23+
For more information, see [Action definition JSON schema for App Actions on Windows](/windows/ai/app-actions/actions-json).
2424

2525
## -see-also
2626

‎windows.ai.actions/actionruntime_setactionavailability_932845569.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Sets the availability status of an app action.
1818

1919
### -param actionId
2020

21-
The ID of the app action for which availability is set. The action ID is declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions for Windows](/windows/ai/app-actions/actions-json).
21+
The ID of the app action for which availability is set. The action ID is declared in the Action definition JSON file. For more information, see [Action definition JSON schema for App Actions on Windows](/windows/ai/app-actions/actions-json).
2222

2323
### -param isAvailable
2424

2525
True if the action is available, otherwise false.
2626

2727
## -remarks
2828

29-
For information on app action availability, see [Toggle availability of an App Action for Windows](/windows/ai/app-actions/actions-availability).
29+
For information on app action availability, see [Toggle availability of an App Action for Windows](/windows/ai/app-actions/actionsgit -availability).
3030

3131
## -see-also
3232

0 commit comments

Comments
 (0)