Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(misc/Downloading): fix typo #13899

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/misc/downloading.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Download the version you want and have fun.
Each directory under <http://code.angularjs.org/> includes the following set of files:

* __`angular.js`__ — This file is non-obfuscated, non-minified, and human-readable by
opening it it any editor or browser. In order to get better error messages during development, you
opening it in any editor or browser. In order to get better error messages during development, you
should always use this non-minified angular script.

* __`angular.min.js`__ — This is a minified and obfuscated version of
Expand Down