From 79577b4baea1a88b3af9a8cec35c87acb6c37689 Mon Sep 17 00:00:00 2001 From: Jeff Date: Fri, 13 Sep 2019 13:13:37 -0700 Subject: [PATCH] fix typo --- tests/unit/Reduce.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Reduce.spec.js b/tests/unit/Reduce.spec.js index 8c4976f..d4d504f 100755 --- a/tests/unit/Reduce.spec.js +++ b/tests/unit/Reduce.spec.js @@ -183,7 +183,7 @@ describe("When reduce prop is defined", () => { }); - it("reacts correctly when value propery changes", () => { + it("reacts correctly when value property changes", () => { const optionToChangeTo = { id: 1, label: "Foo" }; const Select = shallowMount(VueSelect, { propsData: {