Skip to content

Commit 0d2c7c5

Browse files
authored
Merge pull request #581 from cloudfoundry/fix-broken-docs-patch-1
Fix missing closing code tag.
2 parents 89affe1 + af7bd12 commit 0d2c7c5

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)