Skip to content

Commit cd4bd7b

Browse files
committed
State Safe Mode default as False.
1 parent 4d56ddc commit cd4bd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/next/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ <h2 class="ui massive header">JSON-LD Playground</h2>
237237
<div class="ui radio checkbox">
238238
<input type="radio" id="options-api-safe-default" name="safe" value="" checked
239239
v-model="options.safe">
240-
<label for="options-api-safe-default">Default</label>
240+
<label for="options-api-safe-default">Default (False)</label>
241241
</div>
242242
</div>
243243
<div class="field">

0 commit comments

Comments
 (0)