Skip to content

Commit

Permalink
[website] Update the format issue (apache#8773)
Browse files Browse the repository at this point in the history
### Motivation
The whole Pulsar website could not be built correctly with some syntax errors.
Found the error here https://github.com/apache/pulsar/runs/1483341061?check_suite_focus=true

### Modifications
Fix the syntax error.
  • Loading branch information
Jennifer88huang-zz authored Dec 2, 2020
1 parent d89537a commit dc2596f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site2/website/data/connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ module.exports = [
longName: 'NSQ source',
type: 'Source',
link: 'https://nsq.io/',
}
},
{
name: 'rabbitmq',
longName: 'RabbitMQ source and sink',
Expand Down

0 comments on commit dc2596f

Please sign in to comment.