Skip to content

Commit 6ac8fcd

Browse files
stayseesongmarkzegarelli
andcommitted
Apply suggestions from code review
Co-authored-by: markzegarelli <[email protected]>
1 parent a358e88 commit 6ac8fcd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/protocols/apis-and-extensions/typewriter-v7.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: 'Typewriter v7'
33
hidden: true
44
---
55

6-
Analytics-iOS and Analytics-Android only works with Typewriter v7. If you'd like to upgrade to the latest version of Typewriter, upgrade to [Analytics-Swift](/docs/protocols/apis-and-extensions/typewriter/#swift-quickstart) or [Analytics-Kotlin](/docs/protocols/apis-and-extensions/typewriter/#kotlin-quickstart).
6+
Analytics-iOS and Analytics-Android support Typewriter v7. To upgrade to the latest version of Typewriter, upgrade to [Analytics-Swift](/docs/protocols/apis-and-extensions/typewriter/#swift-quickstart) or [Analytics-Kotlin](/docs/protocols/apis-and-extensions/typewriter/#kotlin-quickstart).
77

88
## Prerequisites
99

10-
Typewriter is built using [Node.js](https://nodejs.org/en/), and requires `[email protected]` or later, and `[email protected]` or later to function.
10+
Typewriter is built with [Node.js](https://nodejs.org/en/), and requires `[email protected]` or later, and `[email protected]` or later.
1111

12-
You can check if you have Node and NPM installed by running the following commands in your command-line window:
12+
Run the following commands to verify your installed versions of Node and NPM:
1313

1414
```sh
1515
$ node --version
@@ -22,7 +22,7 @@ $ npx --version
2222
6.9.0
2323
```
2424

25-
If you don't have these, [you'll need to install `node`](https://nodejs.org/en/download/package-manager). Installing `node` also installs `npm` and `npx` for you. If you're on macOS, you can install it with [Homebrew](https://brew.sh/):
25+
If you don't have these, [install `node`](https://nodejs.org/en/download/package-manager). Installing `node` also installs the`npm` and `npx` package managers . If you're on macOS, you can install it with [Homebrew](https://brew.sh/):
2626

2727
```sh
2828
$ brew install node

src/protocols/apis-and-extensions/typewriter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can use this with a test suite to automatically fail your unit tests if the
4343

4444
![Example unit tests failing because of violations](images/typewriter-test-suite.png)
4545

46-
If you're using a statically typed language (such as TypeScript, Java, Objective-C, Swift), then you also get access to compile-time warnings about your instrumentation:
46+
If you use a statically typed language (such as TypeScript, Java, Objective-C, or Swift), you get access to compile-time warnings about your instrumentation:
4747

4848
![Example compile-time validation warnings](images/typewriter-compile-time-warnings.png)
4949

0 commit comments

Comments
 (0)