Fixed typo

This commit is contained in:
Takashi Shinohara 2023-03-29 11:27:52 +09:00
parent d00f00b857
commit 48776814d6
1 changed files with 7 additions and 7 deletions

View File

@ -31,8 +31,8 @@ This web part uses *Azure DevOps* API. You need to approve the API request after
## Minimal Path to Awesome ## Minimal Path to Awesome
- Clone this repository (or [download this solution as a .ZIP file](https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-flow-button) then unzip it) - Clone this repository (or [download this solution as a .ZIP file](https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-azure-devops-tasks) then unzip it)
- From your command line, change your current directory to the directory containing this sample (`react-flow-button`, located under `samples`) - From your command line, change your current directory to the directory containing this sample (`react-azure-devops-tasks`, located under `samples`)
- in the command-line run: - in the command-line run:
- `npm install` - `npm install`
- `gulp serve` - `gulp serve`
@ -55,15 +55,15 @@ We do not support samples, but this community is always willing to help, and we
If you're having issues building the solution, please run [spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment. If you're having issues building the solution, please run [spfx doctor](https://pnp.github.io/cli-microsoft365/cmd/spfx/spfx-doctor/) from within the solution folder to diagnose incompatibility issues with your environment.
You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3A%22sample%3A%20react-flow-button%22) to see if anybody else is having the same issues. You can try looking at [issues related to this sample](https://github.com/pnp/sp-dev-fx-webparts/issues?q=label%3A%22sample%3A%20react-azure-devops-tasks%22) to see if anybody else is having the same issues.
You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=react-flow-button) and see what the community is saying. You can also try looking at [discussions related to this sample](https://github.com/pnp/sp-dev-fx-webparts/discussions?discussions_q=react-azure-devops-tasks) and see what the community is saying.
If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected%2Csample%3A%20react-flow-button&template=bug-report.yml&sample=react-flow-button&authors=@karamem0&title=react-flow-button%20-%20). If you encounter any issues while using this sample, [create a new issue](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected%2Csample%3A%20react-azure-devops-tasks&template=bug-report.yml&sample=react-azure-devops-tasks&authors=@karamem0&title=react-azure-devops-tasks%20-%20).
For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aquestion%2Csample%3A%20react-flow-button&template=question.yml&sample=react-flow-button&authors=@karamem0&title=react-flow-button%20-%20). For questions regarding this sample, [create a new question](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aquestion%2Csample%3A%20react-azure-devops-tasks&template=question.yml&sample=react-azure-devops-tasks&authors=@karamem0&title=react-azure-devops-tasks%20-%20).
Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aenhancement%2Csample%3A%20react-flow-button&template=suggestion.yml&sample=react-flow-button&authors=@karamem0&title=react-flow-button%20-%20). Finally, if you have an idea for improvement, [make a suggestion](https://github.com/pnp/sp-dev-fx-webparts/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Aenhancement%2Csample%3A%20react-azure-devops-tasks&template=suggestion.yml&sample=react-azure-devops-tasks&authors=@karamem0&title=react-azure-devops-tasks%20-%20).
## Disclaimer ## Disclaimer