Browse Source

Cosmetics.

Herby Vojčík 5 years ago
parent
commit
b6fdbdb62b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ Access and copy-on-modify JavaScript objects, including maps, using deep paths.
 
 ### `atPath(key, ...)(key, ...)...`
 
-Returns set of accessing / modifying function for specified
+Returns set of accessing / modifying functions for specified
 path of keys.
 
 Specify keys by passing a list of keys to `atPath`.