diff --git a/Required-Browser-Features.md b/Required-Browser-Features.md index 8711358..7fb0305 100644 --- a/Required-Browser-Features.md +++ b/Required-Browser-Features.md @@ -40,13 +40,13 @@ If the `Float32Array` native implementation exists and the `Float64Array` is abs ## Object.create() is present -The `Object.create` method will be added to the `Object` function if native implementation is absent. +The `Object.create` method will be added to the `Object` function if the native implementation is absent. ## Object.defineProperty() is present -The `Object.defineProperty` method will be added to the `Object` function if native implementation is absent. The `__defineGetter__` / `__defineSetter__` will be used instead. +The `Object.defineProperty` method will be added to the `Object` function if the native implementation is absent. The `__defineGetter__` / `__defineSetter__` will be used instead. ## Object.defineProperty() can be used with DOM objects