diff --git a/docs/odata-url-conventions/odata-url-conventions.html b/docs/odata-url-conventions/odata-url-conventions.html index 8a2f4fea..40d9075a 100644 --- a/docs/odata-url-conventions/odata-url-conventions.html +++ b/docs/odata-url-conventions/odata-url-conventions.html @@ -600,8 +600,8 @@

OData-ABNF.

Below is a (non-normative) snippet from OData-ABNF:

-
resourcePath = entitySetName                  [collectionNavigation]
-             / singletonEntity                [singleNavigation]
+
resourcePath = entitySetName                  [ collectionNavigation ]
+             / singletonEntity                [ singleNavigation ]
              / actionImportCall
              / entityColFunctionImportCall    [ collectionNavigation ]
              / entityFunctionImportCall       [ singleNavigation ]
diff --git a/docs/odata-url-conventions/odata-url-conventions.md b/docs/odata-url-conventions/odata-url-conventions.md
index bb4275b7..e700b10d 100644
--- a/docs/odata-url-conventions/odata-url-conventions.md
+++ b/docs/odata-url-conventions/odata-url-conventions.md
@@ -534,8 +534,8 @@ entity are covered in the `resourcePath` syntax rule in
 Below is a (non-normative) snippet from [OData-ABNF](#ODataABNF):
 
 ```
-resourcePath = entitySetName                  [collectionNavigation]
-             / singletonEntity                [singleNavigation]
+resourcePath = entitySetName                  [ collectionNavigation ]
+             / singletonEntity                [ singleNavigation ]
              / actionImportCall
              / entityColFunctionImportCall    [ collectionNavigation ]
              / entityFunctionImportCall       [ singleNavigation ]
diff --git a/odata-url-conventions/4 Resource Path.md b/odata-url-conventions/4 Resource Path.md
index aaf542a7..a82be584 100644
--- a/odata-url-conventions/4 Resource Path.md	
+++ b/odata-url-conventions/4 Resource Path.md	
@@ -77,8 +77,8 @@ entity are covered in the `resourcePath` syntax rule in
 Below is a (non-normative) snippet from [OData-ABNF](#ODataABNF):
 
 ```
-resourcePath = entitySetName                  [collectionNavigation]
-             / singletonEntity                [singleNavigation]
+resourcePath = entitySetName                  [ collectionNavigation ]
+             / singletonEntity                [ singleNavigation ]
              / actionImportCall
              / entityColFunctionImportCall    [ collectionNavigation ]
              / entityFunctionImportCall       [ singleNavigation ]