From c8ed22def32ab359c5df14f763611ac94ee0ce51 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 18 Nov 2019 10:57:22 -0800 Subject: [PATCH] docs: fix `isMactemplateImage` type definition (#21166) --- docs/api/native-image.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/native-image.md b/docs/api/native-image.md index a3524397b16f..edd466f56fe0 100644 --- a/docs/api/native-image.md +++ b/docs/api/native-image.md @@ -329,9 +329,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).