Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct "its" #339

Merged
merged 1 commit into from
May 28, 2013
Merged
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 content/docs/meta/entities.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Links can contain [URI templates](http://tools.ietf.org/html/rfc6570) that the s

> photos.app.net/{post_id}/1

and the server replaces `{post_id}` with the id of the Post once it has been saved. By default, this processing happens on all links (both custom links and links extracted by the API). If you would like a link to not be processed, you can create the link as a [custom link](#links-with-custom-anchor-text) and include `"process_template": false` in the JSON for the link. The [Embedded Media Annotation](https://github.com/appdotnet/object-metadata/blob/master/annotations/net.app.core.oembed.md) also supports URI templating for some of it's attributes.
and the server replaces `{post_id}` with the id of the Post once it has been saved. By default, this processing happens on all links (both custom links and links extracted by the API). If you would like a link to not be processed, you can create the link as a [custom link](#links-with-custom-anchor-text) and include `"process_template": false` in the JSON for the link. The [Embedded Media Annotation](https://github.com/appdotnet/object-metadata/blob/master/annotations/net.app.core.oembed.md) also supports URI templating for some of its attributes.

#### Replacement variables

Expand Down