Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 75ea65a

Browse files
committedMar 26, 2025·
Small API documentation update.
1 parent 935aae5 commit 75ea65a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There will be a "File > Export" menu.
1414
<a id="export.browser"></a>
1515
## `export.browser`
1616

17-
Command used to open in the user's default web browser exported HTML files.
17+
Command used to open exported HTML files in the user's default web browser.
1818

1919
<a id="export.line_numbers"></a>
2020
## `export.line_numbers`

‎init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
-- @module export
1313
local M = {}
1414

15-
--- Command used to open in the user's default web browser exported HTML files.
15+
--- Command used to open exported HTML files in the user's default web browser.
1616
M.browser = WIN32 and 'start ""' or OSX and 'open' or LINUX and 'xdg-open'
1717

1818
--- Show line numbers in exported output.

0 commit comments

Comments
 (0)
Please sign in to comment.