Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 3cf43d6

Browse files
kapunahelewongwardbell
authored andcommitted
docs(cookbook-overview): copy edits with Ward's comments (#3355)
1 parent a705a0c commit 3cf43d6

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed
Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
1-
include ../_util-fns
1+
include ../_util-fns
22

33
:marked
44
The *Cookbook* offers answers to common implementation questions.
5-
6-
Each cookbook chapter is a collection of recipes focused on a particular Angular feature or application challenge
5+
6+
Each cookbook page is a collection of recipes focused on a particular Angular feature or application challenge
77
such as data binding, cross-component interaction, and communicating with a remote server via HTTP.
8-
8+
99
.l-sub-section
1010
:marked
1111
The cookbook is just getting started. Many more recipes are on the way.
1212

1313
:marked
14-
Each cookbook chapter links to a live sample with every recipe included.
15-
16-
Recipes are deliberately brief and code-centric.
17-
Each recipe links to a chapter of the Developer Guide or the API Guide
18-
where you can learn more about the purpose, context, and design choices behind the code snippets.
19-
14+
Each cookbook links to a live sample with every recipe included.
15+
16+
Recipes are deliberately brief and code-centric.
17+
Each recipe links to a relevant page of the [Developer Guide](../guide) or the
18+
[API Reference](../api) where you can learn more about
19+
the purpose, context, and design choices behind the code snippets.
20+
2021
## Feedback
21-
22-
The cookbook is a perpetual *work-in-progress*.
23-
We welcome feedback! Leave a comment by clicking the icon in upper right corner of the banner.
24-
25-
Post *documentation* issues and pull requests on the
26-
[angular.io](https://github.com/angular/angular.io) github repository.
27-
22+
23+
Post *documentation* requests and comments as
24+
<a href="https://github.com/angular/angular.io/issues" target="_blank" title="Documentation issues on github">
25+
<i>issues</i> on the angular.io</a> github repository.
26+
Fixes (small ones) are greatly appreciated as
27+
<a href="https://github.com/angular/angular.io/pulls" target="_blank" title="Documentation PRs on github">
28+
<i>pull requests</i></a>.
29+
2830
Post issues with *Angular itself* to the [angular](https://github.com/angular/angular) github repository.

0 commit comments

Comments
 (0)