summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Groves <richard@noodlfroot.com>2016-07-07 10:05:42 +0100
committerNico Williams <nico@cryptonector.com>2017-01-23 16:21:37 -0600
commit9c4238c2f6ba9bd19974bcdf3ceecded82742d89 (patch)
tree46d79da8a41546ff9088d3cc11d1aad8f6249c7f
parent114ac721692ff8c89ab487d22953c3c5feabca9b (diff)
Typo fixed
simply -> simple
-rw-r--r--docs/content/3.manual/v1.5/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/3.manual/v1.5/manual.yml b/docs/content/3.manual/v1.5/manual.yml
index 647048bb..b7d01180 100644
--- a/docs/content/3.manual/v1.5/manual.yml
+++ b/docs/content/3.manual/v1.5/manual.yml
@@ -336,7 +336,7 @@ sections:
to the last element, -2 referring to the next to last element,
and so on.
- The `.foo` syntax only works for simply keys i.e. keys that
+ The `.foo` syntax only works for simple keys i.e. keys that
are all alphanumeric characters. `.[<string>]` works with
keys that contain special characters such as colons and dots.
For example `.["foo::bar"]` and `.["foo.bar"]` work while