Skip to content

Commit

Permalink
Fix grammar in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-at-kickstarter committed Apr 11, 2024
1 parent d566051 commit 21dd603
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public enum FetchBackerProjectsQueryDataTemplate {

private func resultsMap(fromFile resource: String) -> [String: Any?] {
/*
These are very large response object, so load it from a file instead of putting it inline here.
These are very large response objects, so load them from a file instead of putting them inline here.
To create a new response, you'll need the *entire* request structure, including expanding all the fragments -
a working request is stored in FetchMySavedProjectsQueryRequestForTests.graphql_test and in
Expand Down

0 comments on commit 21dd603

Please sign in to comment.