Skip to content

Commit 67921e9

Browse files
authored
Fix --experimental-options typo in ExperimentalOption element
1 parent df1ef98 commit 67921e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.vuepress/components/ExperimentalOption.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p class="hint-container-title">Experimental option</p>
44
<p>
55
This feature is behind an experimental option. Run Nushell with
6-
<code>--experimental-option={{ option }}</code> or set before running
6+
<code>--experimental-options={{ option }}</code> or set before running
77
Nushell the environment variable to
88
<code>NU_EXPERIMENTAL_OPTIONS={{ option }}</code
99
>.

0 commit comments

Comments
 (0)