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

Commit

Permalink
chore(docs): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vicb authored and jbdeboer committed Mar 5, 2014
1 parent 24e9c3d commit 9ca85c0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9ca85c0

Please sign in to comment.