Skip to content

Commit c929879

Browse files
committed
Fix spelling
1 parent 210de35 commit c929879

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ function BuildSettingsForm({ buildSettings }: { buildSettings: BuildSettings })
11871187
}}
11881188
/>
11891189
<Hint>
1190-
Any commands that needs to run before we build and deploy your project. This will be run
1190+
Any command that needs to run before we build and deploy your project. This will be run
11911191
from the root directory of your repo.
11921192
</Hint>
11931193
<FormError id={fields.preBuildCommand.errorId}>{fields.preBuildCommand.error}</FormError>

0 commit comments

Comments
 (0)