From 4baa3fcdc1b2c9266e2f2f3a4e50ed0ebbe51943 Mon Sep 17 00:00:00 2001
From: Erez Zukerman
Date: Thu, 22 Dec 2016 13:47:26 -0500
Subject: [PATCH] Wrap apply with `code`
Fixes a minor copy inconsistency.
---
examples/spread-operator/index.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/spread-operator/index.jsx b/examples/spread-operator/index.jsx
index e7f77af..71ab902 100644
--- a/examples/spread-operator/index.jsx
+++ b/examples/spread-operator/index.jsx
@@ -16,7 +16,7 @@ export default React.createClass({
This is most useful for dealing with cases like apply where you want to pass an iterable as its components.
- In fact, apply is no longer needed to pass an array as arguments.
+ In fact, apply is no longer needed to pass an array as arguments.