diff --git a/js/qz-tray.js b/js/qz-tray.js
index 72626560e..7c6896eb0 100644
--- a/js/qz-tray.js
+++ b/js/qz-tray.js
@@ -1342,7 +1342,8 @@ var qz = (function() {
* @param {number} [options.margins.right=0]
* @param {number} [options.margins.bottom=0]
* @param {number} [options.margins.left=0]
- * @param {string} [options.orientation=null] Valid values [portrait | landscape | reverse-landscape]
+ * @param {string} [options.orientation=null] Valid values [portrait | landscape | reverse-landscape | null]
.
+ * If set to null
, orientation will be determined automatically.
* @param {number} [options.paperThickness=null]
* @param {string|number} [options.printerTray=null] Printer tray to pull from. The number N assumes string equivalent of 'Tray N'. Uses printer default if NULL.
* @param {boolean} [options.rasterize=false] Whether documents should be rasterized before printing.