| Index: chrome/common/extensions/docs/static/proxy.html
|
| diff --git a/chrome/common/extensions/docs/static/proxy.html b/chrome/common/extensions/docs/static/proxy.html
|
| index b1e17c06fd70997cb9230ac5d0ad5de2b83fb612..f4358529b6470356337a1b5f8db92c1628063247 100644
|
| --- a/chrome/common/extensions/docs/static/proxy.html
|
| +++ b/chrome/common/extensions/docs/static/proxy.html
|
| @@ -177,7 +177,7 @@ chrome.proxy.settings.set(
|
| </pre>
|
|
|
| <p>
|
| -The following code sets a custom PAC script.
|
| +The following code sets a custom pac script.
|
| </p>
|
|
|
| <pre>
|
| @@ -198,8 +198,8 @@ chrome.proxy.settings.set(
|
|
|
| <p>
|
| The next snippet queries the currently effective proxy settings. The effective
|
| -proxy settings can be determined by another extension or by a policy. See the <a
|
| - href="preferences.html">Preferences API</a> documentation for details.
|
| +proxy settings can be determined by another extension or by a policy, see the <a
|
| + href="preferences.html">Preferences API</a> documentation.
|
| </p>
|
|
|
| <pre>
|
|
|