Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
subdan committed Jul 20, 2022
1 parent 7184f92 commit 462360b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/FigmaExport/Subcommands/ExportIcons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ private extension FigmaExportCommand.ExportIcons {
}

do {
FigmaExportCommand.logger.info("Add autoMirrored property for xml file...")
FigmaExportCommand.logger.info("Adding autoMirrored property for xml file...")
try FigmaExportCommand.fileWriter.write(xmlFile: sourceXML, directory: source)
} catch {
FigmaExportCommand.logger.info("Rewrite XMLFile - \(sourceXML) is faild")
FigmaExportCommand.logger.info("Rewrite XMLFile - \(sourceXML) failed")
}
}
}
Expand Down

0 comments on commit 462360b

Please sign in to comment.