From 3e0751186166177d745ce1c8ef1271ac96bdf053 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 16 Sep 2019 12:08:27 -0700 Subject: [PATCH] Minor grammar fix (#1366) Summary: ## Changes in this pull request Issue fixed: # ### Checklist - [ ] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. - [ ] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [ ] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1366 Differential Revision: D17401484 Pulled By: lorixx fbshipit-source-id: 2fda3a2b36d88a712f2853774eed5987793db26c --- Guides/VISION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guides/VISION.md b/Guides/VISION.md index aa46eff3..ab1892aa 100644 --- a/Guides/VISION.md +++ b/Guides/VISION.md @@ -4,7 +4,7 @@ This document serves to outline the long term goals of `IGListKit` and act as a ## Prioritizing Features & Fixes -`IGListKit` is a data-driven, list-building framework built, owned, and maintained by the engineering team at Instagram. Because `IGListKit` powers parts of the Instagram iOS app, we prioritize features and bugs towards those that effect Instagram. However the team recognizes the wide range of use-cases for `IGListKit` and wants to serve as broad an audience as possible without sacrificing our own needs. +`IGListKit` is a data-driven, list-building framework built, owned, and maintained by the engineering team at Instagram. Because `IGListKit` powers parts of the Instagram iOS app, we prioritize features and bugs towards those that affect Instagram. However the team recognizes the wide range of use-cases for `IGListKit` and wants to serve as broad an audience as possible without sacrificing our own needs. ## Goals & Scope