Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

docs: Fix a few typos #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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 CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ accept your pull requests.
1. Sign a Contributor License Agreement, if you have not yet done so (see
details above).
1. Create your own repo for your app following this naming convention:
* mirror-{app-name}-{language or plaform}
* mirror-{app-name}-{language or platform}
* apps: quickstart, photohunt-server, photohunt-client
* example: mirror-quickstart-android
* For multi-language apps, concatenate the primary languages like this:
Expand Down
2 changes: 1 addition & 1 deletion oauth/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def get(self):
self.redirect('/')

def _perform_post_auth_tasks(self, userid, creds):
"""Perform commong post authorization tasks.
"""Perform common post authorization tasks.

Subscribes the service to notifications for the user and add one sharing
contact.
Expand Down