From 00113cf3972096382514bc57c4c9487ececf43da Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 1 Aug 2024 09:52:38 +0200 Subject: [PATCH] Fix typos find by codespell --- src/ImageRunModal.jsx | 2 +- src/PodCreateModal.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ImageRunModal.jsx b/src/ImageRunModal.jsx index 24fe540f4..46c3d0372 100644 --- a/src/ImageRunModal.jsx +++ b/src/ImageRunModal.jsx @@ -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 }; diff --git a/src/PodCreateModal.jsx b/src/PodCreateModal.jsx index ed36607c8..522d8819a 100644 --- a/src/PodCreateModal.jsx +++ b/src/PodCreateModal.jsx @@ -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 => {