From 5cbb96f687d58b05a425bacc0b4d653d46f0b4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Siwek?= Date: Thu, 22 Oct 2015 17:32:37 +0200 Subject: [PATCH] docs: fix RequireJS documentation typo --- docs/plus/01-requirejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plus/01-requirejs.md b/docs/plus/01-requirejs.md index a5b747700..9141872e0 100644 --- a/docs/plus/01-requirejs.md +++ b/docs/plus/01-requirejs.md @@ -115,7 +115,7 @@ to load `knockout.js` before requirejs... ## Configuring Require.js Just like any Require.js project, you need a main module to bootstrap -your tests. We do this is `test/test-main.js`. +your tests. We do this in `test/test-main.js`. ### Karma `/base` Directory