Skip to content

Commit 756a12b

Browse files
Fixes typos
1 parent ac64051 commit 756a12b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

instagram-auth/functions/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for t`he specific language governing permissions and
13+
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
1616
'use strict';

line-auth/functions/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for t`he specific language governing permissions and
13+
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
1616
'use strict';

linkedin-auth/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The `redirect` Function then redirects the user to the LinkedIn OAuth 2.0 consen
4747
After the user has granted approval he is redirected back to the `./popup.html` page along with an OAuth 2.0 Auth Code as a URL parameter. This Auth code is then sent to the `token` Function using a JSONP Request. The `token` function then:
4848
- Checks that the value of the `state` URL query parameter is the same as the one in the `state` cookie.
4949
- Exchanges the auth code for an access token using the LinkedIn app credentials.
50-
- Fetches the user ideneity using a LinkedIn API.
50+
- Fetches the user identity using the LinkedIn API.
5151
- Mints a Custom Auth token (which is why we need Service Accounts Credentials).
5252
- Returns the Custom Auth Token, email, photo URL, user display name and LinkedIn access token to the `./popup.html` page.
5353

linkedin-auth/functions/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for t`he specific language governing permissions and
13+
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
1616
'use strict';

0 commit comments

Comments
 (0)