# HG changeset patch
# User Laurent Peuch <cortex@worlddomination.be>
# Date 1549979982 -3600
# Node ID 5f4c835c11e1d159138191dfe17d087f0d107291
# Parent  e09daf8b1cd40bc46d56a4ca9b68872d4991df92
[doc] typo, 'CW' doesn't exist in the example

diff -r e09daf8b1cd4 -r 5f4c835c11e1 doc/tutorials/base/customizing-the-application.rst
--- a/doc/tutorials/base/customizing-the-application.rst	Tue Feb 12 14:59:13 2019 +0100
+++ b/doc/tutorials/base/customizing-the-application.rst	Tue Feb 12 14:59:42 2019 +0100
@@ -413,7 +413,7 @@
   have had the same result)
 
 * we implemented here a method :meth:`display_cw_logo` which tests if the blog
-  entry title contains 'CW'.  It can then be used when you're writing code
+  entry title contains 'CubicWeb'. It can then be used when you're writing code
   involving 'Community' entities in your views, hooks, etc. For instance, you can
   modify your previous views as follows: