Skip to content

Commit b9a67c8

Browse files
change in README file
1 parent 3b9af27 commit b9a67c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ These are the methods that can be called on the Restangular object.
706706
* **all(route)**: This will create a new Restangular object that is just a pointer to a list of elements for the specified path.
707707
* **oneUrl(route, url)**: This will create a new Restangular object that is just a pointer to one element with the specified URL.
708708
* **allUrl(route, url)**: This creates a Restangular object that is just a pointer to a list at the specified URL.
709-
* **copy(fromElement)**: This will create a copy of the from element so that we can modified the copied one.
709+
* **copy(fromElement)**: This will create a copy of the from element so that we can modify the copied one.
710710
* **restangularizeElement(parent, element, route, queryParams)**: Restangularizes a new element
711711
* **restangularizeCollection(parent, element, route, queryParams)**: Restangularizes a new collection
712712

0 commit comments

Comments
 (0)