From 787883efabab230177c21b5324feb0fc1ac99698 Mon Sep 17 00:00:00 2001 From: Slipp Douglas Thompson Date: Mon, 27 Oct 2014 23:14:50 -0400 Subject: [PATCH] =?UTF-8?q?Minor:=20Removed=20grave=20accent=20from=20?= =?UTF-8?q?=E2=80=9C=C3=ACnit=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One of the mentions of the `init` method strangely had a initial grave-accent-“i” (“ì”), which appears to be a typo (didn't match the other usages and doesn't make sense in the context of programming).  Fixed by changing to a standard “i”. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e451271..8060df5 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ Check out the [skrollr-menu](https://github.com/Prinzhorn/skrollr-menu) plugin. Working with constants ----- -I was lying to you. The syntax for absolute mode is not `data-[offset]-[anchor]` and for relative mode it's not `data-[offset]-(viewport-anchor)-[element-anchor]`. In both cases, `offset` can be preceded by a constant which can be passed to the `ìnit` method. The name of the constant needs to be preceded with an underscore. +I was lying to you. The syntax for absolute mode is not `data-[offset]-[anchor]` and for relative mode it's not `data-[offset]-(viewport-anchor)-[element-anchor]`. In both cases, `offset` can be preceded by a constant which can be passed to the `init` method. The name of the constant needs to be preceded with an underscore. Example: