Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit dd8db6c

Browse files
authored
fix typo in example (#728)
1 parent b28bd3d commit dd8db6c

File tree

1 file changed

+1
-1
lines changed
  • packages/dialog/src/commands/dialog

1 file changed

+1
-1
lines changed

packages/dialog/src/commands/dialog/merge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default class DialogMerge extends Command {
4141
}
4242

4343
static examples = [
44-
'$ bf dialog:merge *.csporj',
44+
'$ bf dialog:merge *.csproj',
4545
'$ bf dialog:merge libraries/*.schema -o app.schema'
4646
]
4747

0 commit comments

Comments
 (0)