Skip to content

Commit af7bd12

Browse files
authored
Fix missing closing code tag.
Starting from `IncompatibleBindings` the docs in https://docs.cloudfoundry.org/devguide/services/application-binding.html are broken. This should fix the broken docs.
1 parent 89affe1 commit af7bd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/application-binding.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Service Binding Files:
148148
foo/binding-guid: 45436ca8-0a7c-45e3-9439-ca1b44db7a2b
149149
```
150150

151-
Binding names must match [a-z0-9\-.]{1,253}. Keys resulting in filenames must match [a-z0-9\-._]{1,253}. Invalid binding names and keys result in an <code>IncompatibleBindings<code> error.
151+
Binding names must match [a-z0-9\-.]{1,253}. Keys resulting in filenames must match [a-z0-9\-._]{1,253}. Invalid binding names and keys result in an <code>IncompatibleBindings</code> error.
152152

153153
### <a id='arbitrary-params-binding'></a> Arbitrary parameters
154154

0 commit comments

Comments
 (0)