Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong xaml namespace of the tutorial example code #239

Closed
wants to merge 1 commit into from

Conversation

Marplex
Copy link
Contributor

@Marplex Marplex commented Jun 20, 2022

The tutorial page had a wrong xaml namespace on the first example. This pr replaces "wpfui" with "ui"

Pull request type

Please check the type of change your PR introduces:

  • Update
  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes

What is the current behavior?

xmlns:wpfui="http://schemas.lepo.co/wpfui/2022/xaml"

What is the new behavior?

xmlns:ui="http://schemas.lepo.co/wpfui/2022/xaml"

@Marplex Marplex requested a review from pomianowski as a code owner June 20, 2022 09:44
pomianowski added a commit that referenced this pull request Jul 30, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants