From ec7b016c62c0e26129b3af20b45b0de31bc4bd65 Mon Sep 17 00:00:00 2001 From: Thilo Maier Date: Thu, 14 Nov 2019 09:13:13 -0500 Subject: [PATCH] Fix typo in CI doc --- packages/homepage/content/docs/8-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/homepage/content/docs/8-ci.md b/packages/homepage/content/docs/8-ci.md index 6a1553503c0..bc0e88a19d9 100644 --- a/packages/homepage/content/docs/8-ci.md +++ b/packages/homepage/content/docs/8-ci.md @@ -12,7 +12,7 @@ CodeSandbox CI is a [GitHub app](https://github.com/apps/codesandbox) that you can install in your repository. The app is responsible for building your library. Whenever a Pull Request is opened it builds a version of the library from that PR. This is published to our registry, so you can immediately test the -library in CodeSandbox or locally without publishing to nom or elsewhere. +library in CodeSandbox or locally without publishing to npm or elsewhere. ## Why do I want this?