Commit c90fbc44 authored by mtomasz's avatar mtomasz Committed by Commit bot

Fix documentation for FSP API.

The capabilities section is a map, not an array. This CL fixes the example
snippet.

TEST=Testing docs server.
BUG=489217

Review URL: https://codereview.chromium.org/1130943006

Cr-Commit-Position: refs/heads/master@{#330542}
parent b655f88a
...@@ -11,11 +11,11 @@ For example:</p> ...@@ -11,11 +11,11 @@ For example:</p>
"fileSystemProvider" "fileSystemProvider"
], ],
... ...
"file_system_provider_capabilities": [ "file_system_provider_capabilities": {
"configurable": true, "configurable": true,
"multiple_mounts": true, "multiple_mounts": true,
<span id="manifest-source">"source": "network"</span> <span id="manifest-source">"source": "network"</span>
], },
... ...
} }
</pre> </pre>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment