Skip to content

Commit

Permalink
Spelling and grammar fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Lockhart <[email protected]>
  • Loading branch information
devpow112 and dlockhart authored Jul 30, 2024
1 parent 90ed8b2 commit bcfa98e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Learn more in the [action docs](https://github.com/BrightspaceUI/actions/blob/ma

### Test Reporting

In order test reports to be submitted, the repo needs to be configured with `AWS_*` tokens with the correct permissions.
In order for test reports to be submitted, the repo needs to be configured with `AWS_*` tokens with the correct permissions.

Learn more in the [action docs](https://github.com/Brightspace/test-reporting-action?tab=readme-ov-file#set-up).

Expand Down
4 changes: 2 additions & 2 deletions src/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ async function getComponentOptions() {
{
type: 'text',
name: 'testReportingTool',
message: 'What is your components tool based on the taxonomy in https://expanse.desire2learn.com/pages/source/source.html'
message: 'What is your component\'s tool based on the taxonomy in https://expanse.desire2learn.com/pages/source/source.html'
}, {
type: 'text',
name: 'testReportingExperience',
message: 'What is your components experience based on the taxonomy in https://expanse.desire2learn.com/pages/source/source.html'
message: 'What is your component\'s experience based on the taxonomy in https://expanse.desire2learn.com/pages/source/source.html'
},
], {
onCancel: () => {
Expand Down

0 comments on commit bcfa98e

Please sign in to comment.