Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename "toolks" to "toolkits" #470

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/extend-m365-copilot/02-build-the-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The code consists of Azure Functions written in TypeScript, backed by a database
This lab calls for a couple of additional prerequisites; please install them now.

* [Azure functions core tool](https://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=windows%2Cisolated-process%2Cnode-v4%2Cpython-v2%2Chttp-trigger%2Ccontainer-apps&pivots=programming-language-csharp#install-the-azure-functions-core-tools){target=_blank} OR
[REST Client add-in for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=humao.rest-client){target=_blank}: You will use one of these toolks to test your API locally
[REST Client add-in for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=humao.rest-client){target=_blank}: You will use one of these toolkits to test your API locally
* (optional) [Azure Storage Explorer](https://azure.microsoft.com/products/storage/storage-explorer){target=_blank}: This will allow you to view and modify the Trey Research database

<cc-end-step lab="e2" exercise="1" step="1" />
Expand Down