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

Corrected typo in Vue plugin setting detectedLanguage #2807

Merged
merged 4 commits into from Nov 2, 2020

Commits on Oct 30, 2020

  1. Corrected typo in Vue plugin setting detectedLanguage

    Fixed typo `this.detectectLanguage` -> `this.detectedLanguage` when rendering content when a language has been provided. In that case detectedLanguage was not getting set, which meant the computed className was also not getting the language.
    rushimusmaximus committed Oct 30, 2020
    Copy the full SHA
    e0e09b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Copy the full SHA
    02916b2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    63ba998 View commit details
    Browse the repository at this point in the history
  3. Update CHANGES.md

    joshgoebel committed Nov 2, 2020
    Copy the full SHA
    d0c765a View commit details
    Browse the repository at this point in the history