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

Editorial: Properly format enum strings #418

Merged
merged 4 commits into from
Jun 20, 2023

Commits on Jun 20, 2023

  1. Editorial: Properly format enum strings

    Before: `{{PermissionState/"granted"}}`
    After: `"{{PermissionState/granted}}"`
    
    See whatwg/fs#133
    a-sully committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b29a523 View commit details
    Browse the repository at this point in the history
  2. fix build error

    a-sully committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    83bb1b8 View commit details
    Browse the repository at this point in the history
  3. update some more string refs

    a-sully committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b32772f View commit details
    Browse the repository at this point in the history
  4. update indentation

    a-sully committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    55810a9 View commit details
    Browse the repository at this point in the history