| Index: chrome/common/extensions/docs/privacy.html
|
| diff --git a/chrome/common/extensions/docs/privacy.html b/chrome/common/extensions/docs/privacy.html
|
| index 9722ee4f4d71c144eefd85673e4bee6cf523c858..f55312295bce1ea4b8f204e8eab04cb81bcbd973 100644
|
| --- a/chrome/common/extensions/docs/privacy.html
|
| +++ b/chrome/common/extensions/docs/privacy.html
|
| @@ -359,7 +359,7 @@
|
| <p>
|
| Reading the current value of a Chrome setting is straightforward. You'll first
|
| need to find the property you're interested in, then you'll call
|
| - <code>get()</code> on that object in order to retrieve it's current value and
|
| + <code>get()</code> on that object in order to retrieve its current value and
|
| your extension's level of control. For example, to determine if Chrome's
|
| Autofill feature is enabled, you'd write:
|
| </p>
|
|
|