From 9c146e675174a523f90f630c87f62f55812bacea Mon Sep 17 00:00:00 2001 From: liunian Date: Tue, 22 Jan 2019 00:18:02 +0800 Subject: [PATCH] fix typo (#14316) --- packages/react-reconciler/src/ReactFiberHooks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-reconciler/src/ReactFiberHooks.js b/packages/react-reconciler/src/ReactFiberHooks.js index 4af03961690c5..1e050b1febc71 100644 --- a/packages/react-reconciler/src/ReactFiberHooks.js +++ b/packages/react-reconciler/src/ReactFiberHooks.js @@ -2,7 +2,7 @@ * Copyright (c) 2013-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the - * LICENSE file in the root direcreatey of this source tree. + * LICENSE file in the root directory of this source tree. * * @flow */