diff --git a/README.md b/README.md index 70eae719..a0f492a9 100644 --- a/README.md +++ b/README.md @@ -683,7 +683,7 @@ Other Style Guides > Why? It creates a version of the function that executes in the context of `this`, which is usually what you want, and is a more concise syntax. - > Why not? If you have a fairly complicated function, you might move that logic out into its own function declaration.. + > Why not? If you have a fairly complicated function, you might move that logic out into its own function declaration. ```javascript // bad