WICG / file-system-access

Expose the file system on the user’s device, so Web apps can interoperate with the user’s native applications.
https://wicg.github.io/file-system-access/
Other
654 stars 65 forks source link

Editorial: Properly format enum strings #418

Closed a-sully closed 1 year ago

a-sully commented 1 year ago

Before: {{PermissionState/"granted"}} After: "{{PermissionState/granted}}"

See whatwg/fs#133. Also called out here: https://github.com/WICG/file-system-access/pull/417#discussion_r1231615477


Preview | Diff

a-sully commented 1 year ago

PTAL @inexorabletash?