Skip to content

Commit 678b285

Browse files
committed
Update define-search-command.md
1 parent adfb5da commit 678b285

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

msteams-platform/messaging-extensions/how-to/search-commands/define-search-command.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The search command is invoked from any one or both of the following locations:
1717
* Compose message area: The buttons at the bottom of the compose message area.
1818
* Command box: By using / in the command box. For example, **/your-app-name**. If you're using the classic Teams, search command is invoked by @mentioning in the command box. For example, **@your-app-name**.
1919

20-
When a search command is invoked from the compose message area, the user sends the results to the conversation. When a search command invoked from the command box, the user interacts with the resulting card, or copies it for use elsewhere.
20+
When a search command is invoked from the compose message area, the user sends the results to the conversation. When a search command is invoked from the command box, the user interacts with the resulting card or copies it for use elsewhere.
2121

2222
The following image displays the invoke locations of the search command:
2323

@@ -35,9 +35,9 @@ You can create a search message extension using Microsoft 365 Agents Toolkit (pr
3535

3636
Before you get started, ensure that you meet the following requirements:
3737

38-
* [Node.js](https://nodejs.org/en). The supported versions are 16, 18.
38+
* [Node.js](https://nodejs.org/en). Supported versions are 16, 18.
3939
* [Microsoft 365 account for development](../../../toolkit/tools-prerequisites.md#microsoft-365-developer-program)
40-
* [Set up your dev environment for extending Teams apps across Microsoft 365.](../../../m365-apps/prerequisites.md) After you've enrolled your developer tenant in Office 365 Targeted Release, it might take a couple of days for the enrollment to take effect.
40+
* [Dev environment for extending Teams apps across Microsoft 365 set up.](../../../m365-apps/prerequisites.md) After you've enrolled your developer tenant in Office 365 Targeted Release, it might take a couple of days for the enrollment to take effect.
4141
* [Agents Toolkit Visual Studio Code Extension](https://marketplace.visualstudio.com/items?itemName=TeamsDevApp.ms-teams-vscode-extension) version 5.2.0 and higher or Microsoft 365 Agents Toolkit CLI (previously known as Teams Toolkit CLI).
4242

4343
# [Agents Toolkit](#tab/Teams-toolkit)

0 commit comments

Comments
 (0)