From fbce7bafd7fe1a431dae67311fd03456c4b453c3 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Sun, 18 Feb 2018 23:14:08 -0600 Subject: [PATCH] capitalize 'Node.js' --- docs/tutorial/electron-versioning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/electron-versioning.md b/docs/tutorial/electron-versioning.md index 4e580c98a77b..ecc62150131d 100644 --- a/docs/tutorial/electron-versioning.md +++ b/docs/tutorial/electron-versioning.md @@ -45,7 +45,7 @@ Below is a table explicitly mapping types of changes to their corresponding cate | Major Version Increments | Minor Version Increments | Patch Version Increments | | ------------------------------- | ---------------------------------- | ----------------------------- | | Electron breaking API changes | Electron non-breaking API changes | Electron bug fixes | -| node.js major version updates | node.js minor version updates | node.js patch version updates | +| Node.js major version updates | Node.js minor version updates | Node.js patch version updates | | Chromium version updates | | fix-related chromium patches |