From 41c25f30e15ed1802b0ecd117610a31e12465c67 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 26 Oct 2018 15:31:20 +0200 Subject: [PATCH] style: commas [ci skip] Co-Authored-By: Ashwin Maroli --- docs/_data/jekyll_variables.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_data/jekyll_variables.yml b/docs/_data/jekyll_variables.yml index 70759d41..3bb445b5 100644 --- a/docs/_data/jekyll_variables.yml +++ b/docs/_data/jekyll_variables.yml @@ -150,13 +150,13 @@ paginator: description: Total number of pages - name: paginator.previous_page description: >- - The number of the previous page, , or nil if no previous page exists + The number of the previous page, or nil if no previous page exists - name: paginator.previous_page_path description: >- The path to the previous page, or nil if no previous page exists - name: paginator.next_page description: >- - The number of the next page, , or nil if no subsequent page exists + The number of the next page, or nil if no subsequent page exists - name: paginator.next_page_path description: >- The path to the next page, or nil if no subsequent page exists