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>
"fileSystemProvider"
],
...
"file_system_provider_capabilities": [
"file_system_provider_capabilities": {
"configurable": true,
"multiple_mounts": true,
<span id="manifest-source">"source": "network"</span>
],
},
...
}
</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