Skip to content

Commit

Permalink
Merge pull request #1821 from jonathandion/feautre/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in taskOptions.ts file description
  • Loading branch information
Marius456 authored Dec 10, 2024
2 parents 0f9d90d + b1bc23b commit ff8af37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/tasks/taskOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const RnvTaskOptions = createTaskOptionsMap([
},
{
key: 'hosted',
description: 'Run in a hosted environment (skip budleAssets)',
description: 'Run in a hosted environment (skip bundleAssets)',
},
{
key: 'device',
Expand Down

0 comments on commit ff8af37

Please sign in to comment.