From ed765f75d85fb0d085bcd94cf488fc282dd0004c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 22 Feb 2013 02:01:36 -0800 Subject: [PATCH] Fix `alais` -> `alias` typo in README.md. Former-commit-id: 7c919c834f729d03d26c0b3eb14203585099333b --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6181c7790..625f4eeb2 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ lodash backbone ``` * CSP builds, supporting default [Content Security Policy](https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html) restrictions, may be created using the `csp` modifier argument. - The `csp` modifier is an alais of the `mobile` modifier. Lo-Dash may be used in Chrome extensions by using either the `csp`, `mobile`, or `underscore` build and using precompiled templates, or loading Lo-Dash in a [sandbox](http://developer.chrome.com/stable/extensions/sandboxingEval.html). + The `csp` modifier is an alias of the `mobile` modifier. Lo-Dash may be used in Chrome extensions by using either the `csp`, `mobile`, or `underscore` build and using precompiled templates, or loading Lo-Dash in a [sandbox](http://developer.chrome.com/stable/extensions/sandboxingEval.html). ```bash lodash csp ```