From dabfaf43b4c235c4a682fd53e9316d7befc55feb Mon Sep 17 00:00:00 2001 From: Florentin Le Moal Date: Tue, 4 Jul 2017 18:20:59 +0200 Subject: [PATCH] Minor typo fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 680812f..e83860c 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Enables multiple sets of spies on the same target element. Takes optional `offse ``` ### `du-scroll-container` -Modifies behavior of `du-scrollspy` and `du-smooth-scroll` to observe/scroll within and element instead of the window/document. Good for modals/elements with `overflow: auto/scroll`. +Modifies behavior of `du-scrollspy` and `du-smooth-scroll` to observe/scroll within an element instead of the window/document. Good for modals/elements with `overflow: auto/scroll`. ```html