# HG changeset patch # User Laurent Peuch # Date 1551194617 -3600 # Node ID 0e0709fd433841d5c75b8f092f4a6ed96a4e2938 # Parent 4ed60412d02d363824e28e4a1319750b9d4f57b0 [doc] english typos diff -r 4ed60412d02d -r 0e0709fd4338 doc/tutorials/advanced/part04_ui-base.rst --- a/doc/tutorials/advanced/part04_ui-base.rst Tue Feb 26 16:23:07 2019 +0100 +++ b/doc/tutorials/advanced/part04_ui-base.rst Tue Feb 26 16:23:37 2019 +0100 @@ -104,7 +104,7 @@ vreg.register_and_replace(IndexView, startup.IndexView) As you can see, we override the default index view found in -`cubicweb.web.views.startup`, geting back nothing but its identifier and selector +`cubicweb.web.views.startup`, getting back nothing but its identifier and selector since we override the top level view's `call` method. .. Note:: @@ -115,7 +115,7 @@ instead of the former index view. Also, we added a title that tries to make it more evident that the visitor is -authenticated, or not. Hopefuly people will get it now! +authenticated, or not. Hopefully people will get it now! .. figure:: ../../images/tutos-photowebsite_index-before.png @@ -129,8 +129,8 @@ Our simpler, less intimidating, index page (still translated in french) -Step 3: more navigation improvments -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Step 3: more navigation improvements +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There are still a few problems I want to solve... @@ -159,7 +159,7 @@ By default, `fetch_config` will return a `cw_fetch_order` method that will order on the first attribute in the list. So, we could expect to get files ordered by -their name. But we don't. What's up doc ? +their name. But we don't. What's up doc? The problem is that files are related to folder using the `filed_under` relation. And that relation is ambiguous, eg it can lead to `File` entities, but also to