From 51c5e508dd4fae9ab3a0ec1d12ac07380c1c788c Mon Sep 17 00:00:00 2001 From: Gene Wood Date: Tue, 15 Jan 2019 21:40:30 -0800 Subject: [PATCH] Fix typo --- view/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/docs.html b/view/docs.html index bad86b6f..2c3dd86d 100644 --- a/view/docs.html +++ b/view/docs.html @@ -326,7 +326,7 @@

Accessing the Hook object inside your code

Using the Cloud Datastore

-

Hooks have access to a key-value cloud datastore which can be used to store ange manage persistent data. This is useful for storing persistent information which you may want to retrieve later.

+

Hooks have access to a key-value cloud datastore which can be used to store and manage persistent data. This is useful for storing persistent information which you may want to retrieve later.

Read more about cloud datastore: {{appUrl}}/datastore