You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Correct payment handler profile example in playground
* Remove trailing space from playground.md
---------
Co-authored-by: Guillaume V. <4216770+ptiper@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/specification/playground.md
+36-7Lines changed: 36 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ select, input {
221
221
<!-- VIEW: Discovery -->
222
222
<divid="view-discovery"class="section">
223
223
<h2 class="title">2. Discovery</h2>
224
-
<p class="desc">The Platform fetches <code>/.well-known/ucp</code>. The response below is filtered to show the intersection of the Business's capabilities and the Platform's profile.</p>
224
+
<p class="desc">The Platform fetches <code>/.well-known/ucp</code> from the Business.</p>
0 commit comments