Skip to content

Bug report: In the FN003003_CFG_bundles rule the description has two consecutive spaces #1469

@waldekmastykarz

Description

@waldekmastykarz

Description

The description of the FN003003_CFG_bundles spfx project upgrade rule has two consecutive spaces.

Steps to reproduce

N/A

Expected result

  get description(): string {
    return `In config.json add the 'bundles' property`;
  };

Actual result

  get description(): string {
    return `In config.json  add the 'bundles' property`;
  };

Environment

N/A

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions