You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ge...@apache.org on 2019/10/07 15:06:02 UTC

[lucene-solr] branch SOLR_13820_improve_rbap_documentation updated: Fix unintentional indent

This is an automated email from the ASF dual-hosted git repository.

gerlowskija pushed a commit to branch SOLR_13820_improve_rbap_documentation
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/SOLR_13820_improve_rbap_documentation by this push:
     new a48aac8  Fix unintentional indent
a48aac8 is described below

commit a48aac84e95ea52d86fd0faeca0872cae367919c
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Mon Oct 7 11:05:38 2019 -0400

    Fix unintentional indent
---
 solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc b/solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc
index 5644e03..cb8133f 100644
--- a/solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc
+++ b/solr/solr-ref-guide/src/rule-based-authorization-plugin.adoc
@@ -27,7 +27,7 @@ Solr's Admin UI interacts with Solr using its regular APIs. When rule-based auth
 
 "Users", "roles" and "permissions" play a central role in configuring authorization correctly.
 
- In Rule-Based Authorization, administrators define a series of roles based on the permissions they want those roles to confer.  Users are then assigned one or more roles.
+In Rule-Based Authorization, administrators define a series of roles based on the permissions they want those roles to confer.  Users are then assigned one or more roles.
 
 === Users