spelling: visible

This commit is contained in:
Josh Soref 2020-06-21 00:02:45 -04:00 committed by GitHub
parent 3bf84dbb9c
commit aed53d0ee5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ var userArray = [ 'user1' ]
here is some garbage = that here is some garbage = that
var teamDescription = Team of Robots var teamDescription = Team of Robots
var teamPrivacy = 'closed' // closed (visibile) / secret (hidden) are options here var teamPrivacy = 'closed' // closed (visible) / secret (hidden) are options here
var teamName = process.env.GHES_TEAM_NAME var teamName = process.env.GHES_TEAM_NAME
var teamAccess = 'pull' // pull,push,admin options here var teamAccess = 'pull' // pull,push,admin options here

View file

@ -5,7 +5,7 @@ var handler = createHandler({ path: '/webhook', secret: (process.env.SECRET) })
var userArray = ['user1'] var userArray = ['user1']
var teamDescription = 'Team of Robots' var teamDescription = 'Team of Robots'
var teamPrivacy = 'closed' // closed (visibile) / secret (hidden) are options here var teamPrivacy = 'closed' // closed (visible) / secret (hidden) are options here
var teamName = process.env.GHES_TEAM_NAME var teamName = process.env.GHES_TEAM_NAME
var teamAccess = 'pull' // pull,push,admin options here var teamAccess = 'pull' // pull,push,admin options here