From 2561aa212e7e05a5bff07bdb2e5e3cf2154a6a02 Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Thu, 26 Jan 2012 12:48:04 +0100 Subject: [PATCH] typo --- doc/functions/random.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/functions/random.rst b/doc/functions/random.rst index c9eaf18..f3b8565 100644 --- a/doc/functions/random.rst +++ b/doc/functions/random.rst @@ -7,7 +7,7 @@ .. versionadded:: 1.6 String and integer handling was added in Twig 1.6. -The ``random`` function returns a random value depending on the supplied paramter type: +The ``random`` function returns a random value depending on the supplied parameter type: * a random item from a Traversable or array * a random character from a string -- 1.7.2.5