Browse Source

Updated docs to use code bloc instead of text one

Rafał Pitoń 10 years ago
parent
commit
de73e1e914
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/developers/preloading_data.rst

+ 1 - 1
docs/developers/preloading_data.rst

@@ -18,7 +18,7 @@ This means that as long as initial page wasn't rendered yet, you can preload dat
 Accessing Preloaded Data
 Accessing Preloaded Data
 ------------------------
 ------------------------
 
 
-Misago provides utility object defined within ``misago/utils/preloadstore`` module that provides simple API for accessing keys defined in ``MisagoData``:
+Misago provides utility object defined within ``misago/utils/preloadstore`` module that provides simple API for accessing keys defined in ``MisagoData``::
 
 
 
 
     // some .js module that wants to access preloaded data
     // some .js module that wants to access preloaded data