Skip to content

Conversation

@saintwinkle
Copy link
Contributor

Description

Fixed incorrect function name in opener plugin JavaScript example. The code imports openUrl but incorrectly calls openURL.

-await openURL('https://tauri.app');
+await openUrl('https://tauri.app');

Copilot AI review requested due to automatic review settings December 10, 2025 09:51
@saintwinkle saintwinkle requested a review from a team as a code owner December 10, 2025 09:51
@github-project-automation github-project-automation bot moved this to 🪵 Backlog in Documentation Dec 10, 2025
@netlify
Copy link

netlify bot commented Dec 10, 2025

Deploy Preview for tauri-v2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 21223a1
🔍 Latest deploy log https://app.netlify.com/projects/tauri-v2/deploys/693942c19b4d8700085c62a8
😎 Deploy Preview https://deploy-preview-3643--tauri-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (🟢 up 1 from production)
Accessibility: 98 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a documentation bug in the opener plugin example where the function call used incorrect casing. The import statement correctly uses openUrl (camelCase), but the example code incorrectly called openURL (with uppercase "URL").

  • Corrected function name from openURL to openUrl in JavaScript example

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Member

@FabianLars FabianLars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks :)

@FabianLars FabianLars merged commit 50994c7 into tauri-apps:v2 Dec 10, 2025
16 checks passed
@github-project-automation github-project-automation bot moved this from 🪵 Backlog to ✅ Done in Documentation Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants