# HG changeset patch # User Laurent Peuch # Date 1551194617 -3600 # Node ID 57b29c6f8036fa864d7fa3e4208ec942464cf24d # Parent 99e150b6a876cb61b8d5cc4a1ba6b45add133079 [doc] english typos diff -r 99e150b6a876 -r 57b29c6f8036 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