Skip to content

Commit

Permalink
Fix typos find by codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Aug 1, 2024
1 parent fad6c62 commit 00113cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ImageRunModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ export class ImageRunModal extends React.Component {
* Arguments
* - key: [publish/volumes/env] - Specifies the validation of which dynamic form of the Image run dialog is being updated
* - value: An array of validation errors of the form. Each item of the array represents a row of the dynamic list.
* Index needs to corellate with a row number
* Index needs to correlate with a row number
*/
dynamicListOnValidationChange = (key, value) => {
const validationFailedDelta = { ...this.state.validationFailed };
Expand Down
2 changes: 1 addition & 1 deletion src/PodCreateModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const PodCreateModal = ({ user, systemServiceAvailable, userServiceAvaila
* Arguments
* - key: [publish/volumes/env] - Specifies the validation of which dynamic form of the Image run dialog is being updated
* - value: An array of validation errors of the form. Each item of the array represents a row of the dynamic list.
* Index needs to corellate with a row number
* Index needs to correlate with a row number
*/
const dynamicListOnValidationChange = (key, value) => {
setValidationFailed(prevState => {
Expand Down

0 comments on commit 00113cf

Please sign in to comment.