Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Fix typo on Subscription. #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kayaman
Copy link

@kayaman kayaman commented Apr 16, 2018

Issue #, if available:

Description of changes:

SubscriptionEventComments typo: missing a C.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kayaman kayaman mentioned this pull request Jul 16, 2018
@@ -4,7 +4,7 @@ import { graphql } from "react-apollo";
import moment from 'moment';

import QueryGetEvent from "../GraphQL/QueryGetEvent";
import SubsriptionEventComments from "../GraphQL/SubsriptionEventComments";
import SubscriptionEventComments from "../GraphQL/SubscriptionEventComments";

Choose a reason for hiding this comment

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

@kayaman Thanks for doing this! I do see that the file name itself is called SubsriptionEventComments. Can you please update the name of the file as well within this PR? That way this doesn't break the sample

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants