Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cli/task-telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const taskTelemetry = async (flags: ConfigFlags, sys: d.CompilerSystem, l
const prompt = logger.dim(sys.details.platform === 'windows' ? '>' : '$');
const isEnabling = flags.args.includes('on');
const isDisabling = flags.args.includes('off');
const INFORMATION = `Opt in or our of telemetry. Information about the data we collect is available on our website: ${logger.bold(
const INFORMATION = `Opt in or out of telemetry. Information about the data we collect is available on our website: ${logger.bold(
'https://stenciljs.com/telemetry'
)}`;
const THANK_YOU = `Thank you for helping to make Stencil better! 💖`;
Expand Down