# HG changeset patch
# User Laurent Peuch <cortex@worlddomination.be>
# Date 1550771686 -3600
# Node ID 18b6d2493578296f25424e69eceb74eea9684baa
# Parent  76c9ced6b3cc437b8b3898aab0675d17eb8b27a5
[doc] bold to make reading more obvious

diff -r 76c9ced6b3cc -r 18b6d2493578 doc/tutorials/advanced/part02_security.rst
--- a/doc/tutorials/advanced/part02_security.rst	Thu Feb 21 18:54:23 2019 +0100
+++ b/doc/tutorials/advanced/part02_security.rst	Thu Feb 21 18:54:46 2019 +0100
@@ -36,7 +36,7 @@
 
 Now, let's implement that!
 
-Proper security in CubicWeb is done at the schema level, so you don't have to
+Proper security in CubicWeb is done **at the schema level**, so you don't have to
 bother with it in views: users will only see what they can see automatically.
 
 .. _adv_tuto_security: