From d5a6a15b77748a3b89b125bf824548bc86fe596e Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Mon, 10 Dec 2012 23:29:43 +0000 Subject: [PATCH] Fixed typos --- content/guides/getting-started.md | 2 +- content/v3/activity.md | 2 +- content/v3/activity/notifications.md | 2 +- content/v3/activity/settings.md | 8 ++++---- content/v3/activity/watching.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/guides/getting-started.md b/content/guides/getting-started.md index c8636b9293..8f83e75f87 100644 --- a/content/guides/getting-started.md +++ b/content/guides/getting-started.md @@ -303,7 +303,7 @@ find the next page and the last page of results. ### Creating an issue -Now that we've seen how to paginate lsits of issues, let's create an issue from +Now that we've seen how to paginate lists of issues, let's create an issue from the API. curl -i -H 'Authorization: token 5199831f4dd3b79e7c5b7e0ebe75d67aa66e79d4' \ diff --git a/content/v3/activity.md b/content/v3/activity.md index a1fccf0f60..b58eca92d7 100644 --- a/content/v3/activity.md +++ b/content/v3/activity.md @@ -18,7 +18,7 @@ have no effect on notifications or the activity feed. ## Watching -Watching a Repository registers the user to receive notificactions on new +Watching a Repository registers the user to receive notifications on new discussions, as well as events in the user's activity feed. ## Events diff --git a/content/v3/activity/notifications.md b/content/v3/activity/notifications.md index dde6f5d85b..a554d69725 100644 --- a/content/v3/activity/notifications.md +++ b/content/v3/activity/notifications.md @@ -200,7 +200,7 @@ subscribed thread. ignored -: **boolean** Deterimines if all notifications should be blocked from this +: **boolean** Determines if all notifications should be blocked from this thread. ### Response diff --git a/content/v3/activity/settings.md b/content/v3/activity/settings.md index e5f63d625b..3244ed67f1 100644 --- a/content/v3/activity/settings.md +++ b/content/v3/activity/settings.md @@ -20,19 +20,19 @@ Update the notification settings for the authenticated user. ### Parameters participating.email -: _Optional_ **boolean** `true` to receive participating notificationsn via +: _Optional_ **boolean** `true` to receive participating notifications via email. participating.web -: _Optional_ **boolean** `true` to receive participating notificationsn via +: _Optional_ **boolean** `true` to receive participating notifications via web. watching.email -: _Optional_ **boolean** `true` to receive watching notificationsn via +: _Optional_ **boolean** `true` to receive watching notifications via email. watching.web -: _Optional_ **boolean** `true` to receive watching notificationsn via +: _Optional_ **boolean** `true` to receive watching notifications via web. <%= json \ diff --git a/content/v3/activity/watching.md b/content/v3/activity/watching.md index 4ddbb8298f..072242a113 100644 --- a/content/v3/activity/watching.md +++ b/content/v3/activity/watching.md @@ -7,7 +7,7 @@ title: Repository Watching | GitHub API * TOC {:toc} -Watching a Repository registers the user to receive notificactions on new +Watching a Repository registers the user to receive notifications on new discussions, as well as events in the user's activity feed. See [Repository Starring](/v3/activity/starring) for simple repository bookmarks. @@ -61,7 +61,7 @@ subscribed repository. ignored -: **boolean** Deterimines if all notifications should be blocked from this +: **boolean** Determines if all notifications should be blocked from this repository. ### Response