Capitalize Discourse plugin name (#1364)

This ensures consistency with GitHub, and will allow us to use plugin
names in the UI.

Test plan: Not needed, trivial change.
This commit is contained in:
Dandelion Mané 2019-09-10 19:06:05 +02:00 committed by GitHub
parent e2e6c56650
commit dbb31a586c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ export const likesEdgeType: EdgeType = deepFreeze({
});
export const declaration: PluginDeclaration = deepFreeze({
name: "discourse",
name: "Discourse",
nodePrefix,
edgePrefix,
nodeTypes: [userNodeType, topicNodeType, postNodeType],