Browse Source

docs: fix `isMactemplateImage` type definition (#21181)

trop[bot] 5 years ago
parent
commit
7beb7b9a12
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/api/native-image.md

+ 2 - 2
docs/api/native-image.md

@@ -328,9 +328,9 @@ can be called on empty images.
 
 [buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer
 
-## Properties
+### Instance Properties
 
-### `nativeImage.isMacTemplateImage` _macOS_
+#### `nativeImage.isMacTemplateImage` _macOS_
 
 A `Boolean` property that determines whether the image is considered a [template image](https://developer.apple.com/documentation/appkit/nsimage/1520017-template).