From 4e63c50c1189765f5aa20a5b35e0634404d5b7bf Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 13 Jun 2021 21:26:22 +1000 Subject: [PATCH] docs: Fix a few typos There are small typos in: - CONTRIBUTING.md - oauth/handler.py Fixes: - Should read `platform` rather than `plaform`. - Should read `common` rather than `commong`. --- CONTRIBUTING.md | 2 +- oauth/handler.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cbf75dc..447c60a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: diff --git a/oauth/handler.py b/oauth/handler.py index e7dd66b..b366e5e 100644 --- a/oauth/handler.py +++ b/oauth/handler.py @@ -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.