Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

chore: fix typos #668

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -113,7 +113,7 @@
([79b7525a](https://github.com/angular/angular.dart/commit/79b7525a790ce73a50c2874e2f43110fbce61d16))
- Write URI in sorted order to prevent SHA churn
([217839ef](https://github.com/angular/angular.dart/commit/217839ef3495506313a226681a6c10a52e71df0f))
- **input:** treat <input> with no type as type="text"
- **input:** treat `<input>` with no type as type="text"
([8f0a8a7f](https://github.com/angular/angular.dart/commit/8f0a8a7fe87517a65b2c5ed2857c90ea87898a0b))
- **ng-class:** array syntax should not insert nulls
([b982e326](https://github.com/angular/angular.dart/commit/b982e326cd7d3fbd4e53fbe7b65ba9adc0f5cf64),
Expand Down
18 changes: 9 additions & 9 deletions README.md
@@ -1,15 +1,15 @@
AngularDart
============

A port of [Angular][ng] to [Dart][dart].
A port of [Angular][ngJs] to [Dart][dart].

## Installing

Follow the instructions on [AngularDart's page on pub][pub].

## API Documentation

[API documentation][docs].
[API documentation][APIdocs].


## Learning more
Expand All @@ -21,8 +21,8 @@ in Dart.

Discuss AngularDart on the [mailing list][list],
ask questions on [StackOverflow][so],
follow [+Angular on Google+][plus],
and follow [@AngularDart][dartTw] and [@AngularJS][ngTw] on Twitter.
follow [+AngularDart on Google+][plus],
and follow [@AngularDart][ngDartTw] and [@AngularJS][ngJsTw] on Twitter.

## Filing bugs

Expand All @@ -32,16 +32,16 @@ Please file bugs and feature requests using the [Github Issues Tracker][issues].

Excellent read up on [contributing][contributing].

[docs]: http://ci.angularjs.org/view/Dart/job/angular.dart-master/javadoc/
[ngTw]: https://twitter.com/AngularJS
[dartTw]: https://twitter.com/AngularDart
[plus]: https://plus.google.com/+AngularJS
[APIdocs]: https://docs.angulardart.org
[ngJsTw]: https://twitter.com/AngularJS
[ngDartTw]: https://twitter.com/AngularDart
[plus]: https://plus.google.com/117340875933142003564/posts
[so]: http://stackoverflow.com/questions/tagged/angular.dart
[list]: https://groups.google.com/forum/#!forum/angular-dart
[tut]: https://angulardart.org/tutorial
[pub]: http://pub.dartlang.org/packages/angular#installing
[dart]: http://www.dartlang.org
[ng]: http://angularjs.org/
[ngJs]: http://angularjs.org/
[issues]: https://github.com/angular/angular.dart/issues?state=open
[contributing]: https://github.com/angular/angular.dart/blob/master/CONTRIBUTING.md

2 changes: 1 addition & 1 deletion genDocs.sh
@@ -1,3 +1,3 @@
#!/bin/bash
echo DEPRICATED: use ./scripts/generate-documentation.sh
echo DEPRECATED: use ./scripts/generate-documentation.sh
$(dirname $0)/scripts/generate-documentation.sh
2 changes: 1 addition & 1 deletion generate.sh
@@ -1,3 +1,3 @@
#!/bin/sh
echo DEPRICATED: use ./scripts/generate-expressions.sh
echo DEPRECATED: use ./scripts/generate-expressions.sh
$(dirname $0)/scripts/generate-expressions.sh