Skip to content

Commit ac1f53f

Browse files
committed
fix(backgroundlayers): correct typos
1 parent 2540c09 commit ac1f53f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/backgroundlayers/metadata/backgroundlayers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ examples:
1515
<div class="spectrum-BackgroundLayers--pasteboard" style="inline-size: 100px; block-size: 100px; border-radius: 10px; position: absolute; left: 40px; top: 40px; z-index: 1;">
1616
</div>
1717
</div>
18-
- id: backgroundlayers-editting
19-
name: Editting Contexts
18+
- id: backgroundlayers-editing
19+
name: Editing Contexts
2020
markup: |
2121
<div class="spectrum-Examples" style="justify-content: flex-start; position: relative; height: 150px;">
2222
<div class="spectrum-BackgroundLayers--elevated" style="inline-size: 100px; block-size: 100px; border-radius: 10px; position: absolute; z-index: 3;">

components/backgroundlayers/stories/backgroundlayers.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Template } from "./template";
22
import { html } from 'lit';
33

44
export default {
5-
title: "UtilitityClasses/Background layers",
5+
title: "UtilityClasses/Background layers",
66
description: "The background layers is a series of classes used to style background layers.",
77
component: "BackgroundLayers",
88
argTypes: {},

0 commit comments

Comments
 (0)