From 67c79fbd9f6133eb137e71b852657c6fd0383b06 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 19 Oct 2023 11:47:13 -0700 Subject: [PATCH] chore: set language identifier to fix lint --- guides/framework-integration/react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/framework-integration/react.md b/guides/framework-integration/react.md index 795f0ff..abc5c5d 100644 --- a/guides/framework-integration/react.md +++ b/guides/framework-integration/react.md @@ -22,7 +22,7 @@ yarn add --dev @babel/core @babel/preset-react babel-loader {% endtab %} {% tab title="NPM" %} -``` +```bash npm install --save-dev @babel/core @babel/preset-react babel-loader ``` {% endtab %}