# HG changeset patch # User Goffi # Date 1657376976 -7200 # Node ID 432aaba0d7fefd8a1c09c2165c6d6ae39d4d96a5 # Parent 23b53ac87e0f3e10ffaeafb841caaf01305a8116 doc (developer): typo diff -r 23b53ac87e0f -r 432aaba0d7fe doc/developer.rst --- a/doc/developer.rst Wed Jun 29 14:23:16 2022 +0200 +++ b/doc/developer.rst Sat Jul 09 16:29:36 2022 +0200 @@ -72,7 +72,7 @@ * the parsing is resource consuming (network call or some CPU intensive operations are done) -* it is desirable to to queries on parsed data. Indeed the parsed data is stored in a +* it is desirable to do queries on parsed data. Indeed the parsed data are stored in a JSON_ field and its keys may be queried individually. The Raw XML is kept as the cache operates transparently, and a plugin may need raw data, or