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

Add JP transln for userScopes property, add missing comma #1295

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

wongjas
Copy link
Member

@wongjas wongjas commented Jan 27, 2022

Summary

Fixes #1289. Adds translation for userScopes property, adds in missing comma in the EN docs

Requirements (place an x in each [ ])

@wongjas wongjas requested a review from seratch January 27, 2022 08:45
@wongjas wongjas self-assigned this Jan 27, 2022
@codecov
Copy link

codecov bot commented Jan 27, 2022

Codecov Report

Merging #1295 (5c74c9f) into main (a09d885) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1295   +/-   ##
=======================================
  Coverage   73.24%   73.24%           
=======================================
  Files          17       17           
  Lines        1439     1439           
  Branches      431      431           
=======================================
  Hits         1054     1054           
  Misses        300      300           
  Partials       85       85           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a09d885...5c74c9f. Read the comment docs.

@seratch seratch added the docs M-T: Documentation work only label Jan 27, 2022
@seratch seratch added this to the 3.10.0 milestone Jan 27, 2022
@@ -145,7 +145,7 @@ const app = new App({
metadata: 'some session data',
installPath: '/slack/installApp',
redirectUriPath: '/slack/redirect',
userScopes: ['chat:write']
userScopes: ['chat:write'],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch!

@seratch seratch merged commit b6b7525 into slackapi:main Jan 27, 2022
@wongjas wongjas deleted the jwong_fix_1289 branch January 27, 2022 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs M-T: Documentation work only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Japanese docs: #1288 changes (OAuth document improvement)
2 participants