Skip to content

Commit

Permalink
Merge pull request #5411 from Laurent2916/fix_smol_typo_remote_instru…
Browse files Browse the repository at this point in the history
…ctions

fix "forwarding" typo in RemoteInstructions component
  • Loading branch information
brimoor authored Jan 20, 2025
2 parents cd326e0 + 77410fe commit cd1cfe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packages/app/src/components/Setup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ session = fo.launch_app(dataset, port=${port})
};

const RemoteInstructions = () => {
const bashSnippet = `# Option 1: Configure port forwaring
const bashSnippet = `# Option 1: Configure port forwarding
# Then open http://localhost:${port} in your web browser
ssh -N -L ${port}:127.0.0.1:XXXX [<username>@]<hostname>
Expand Down

0 comments on commit cd1cfe8

Please sign in to comment.