diff --git a/ImportExcel.psm1 b/ImportExcel.psm1 index a8b0efa..cc5ba53 100644 --- a/ImportExcel.psm1 +++ b/ImportExcel.psm1 @@ -44,6 +44,9 @@ function Import-Excel { } function Export-Excel { + <# + .Synopsis + #> param( [Parameter(Mandatory)] $Path, diff --git a/README.md b/README.md index 1e1b682..42e5566 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ What's new * Renamed `AutoFitColumns` to `AutoSize` * Implemented `Export-MultipleExcelSheets` * Implemented `-Password` for a worksheet -* Repalce `-Force` switch with `-NoClobber` switch +* Replaced `-Force` switch with `-NoClobber` switch #### Examples `gsv | Export-Excel .\test.xlsx -WorkSheetname Services`