diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 6b081c4..205de1a 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -69,7 +69,7 @@ the plugin will recreate the file. Default => true Options for CSV output. This is passed directly to the Ruby stdlib to_csv function. Full documentation is available on the http://ruby-doc.org/stdlib-2.0.0/libdoc/csv/rdoc/index.html[Ruby CSV documentation page]. -A typical use case would be to use alternative column or row seperators eg: `csv_options => {"col_sep" => "\t" "row_sep" => "\r\n"}` gives tab seperated data with windows line endings +A typical use case would be to use alternative column or row separators eg: `csv_options => {"col_sep" => "\t" "row_sep" => "\r\n"}` gives tab separated data with windows line endings [id="plugins-{type}s-{plugin}-dir_mode"] ===== `dir_mode` @@ -175,4 +175,5 @@ may not make the values safe in your spreadsheet application [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[] + :default_codec!: \ No newline at end of file