From c4cc6bd1bfb8f62fda98893d57e07fbd8d975e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila=20Camur=C3=A7a=20Alves?= Date: Fri, 8 Nov 2019 17:39:31 -0300 Subject: [PATCH] docs: correct the syntax to caniuse.com link (#21048) --- docs/tutorial/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/performance.md b/docs/tutorial/performance.md index 5ea1b24c88f6..87f41ab57b45 100644 --- a/docs/tutorial/performance.md +++ b/docs/tutorial/performance.md @@ -328,7 +328,7 @@ own version of standard web platform features. ### How? Operate under the assumption that polyfills in current versions of Electron -are unnecessary. If you have doubts, check [caniuse.com][https://caniuse.com/] +are unnecessary. If you have doubts, check [caniuse.com](https://caniuse.com/) and check if the [version of Chromium used in your Electron version](../api/process.md#processversionschrome-readonly) supports the feature you desire.