Skip to content

Commit

Permalink
web: fix snapshot dialog instructions for viewing snapshot (#5833)
Browse files Browse the repository at this point in the history
  • Loading branch information
landism committed Jun 1, 2022
1 parent 4c01832 commit 0d76786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/ShareSnapshotModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export function LocalSnapshotDialog(props: DownloadSnapshotModalProps) {
</SaveSnapshotButton>
<p>
View your saved snapshot with:{" "}
<CodeSnippet>tilt view snapshot {"<filename>"}</CodeSnippet>.
<CodeSnippet>tilt snapshot view {"<filename>"}</CodeSnippet>.
</p>
<p>
See the{" "}
Expand Down

0 comments on commit 0d76786

Please sign in to comment.