From 2c56b67ea56e562c0a05b7f826830a426dcc41f5 Mon Sep 17 00:00:00 2001 From: Toinane Date: Mon, 11 Sep 2017 17:49:58 +0200 Subject: [PATCH] style: fix directory word in docs --- docs/api/touch-bar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/touch-bar.md b/docs/api/touch-bar.md index 351dbe8dfe18..4145210461c6 100644 --- a/docs/api/touch-bar.md +++ b/docs/api/touch-bar.md @@ -141,7 +141,7 @@ app.once('ready', () => { ### Running the above example -To run the example above, you'll need to (assuming you've got a terminal open in the dirtectory you want to run the example): +To run the example above, you'll need to (assuming you've got a terminal open in the directory you want to run the example): 1. Save the above file to your computer as `touchbar.js` 2. Install Electron via `npm install electron`