Skip to content

Commit bdd9cd3

Browse files
committed
Revert casing
1 parent c894589 commit bdd9cd3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ide/walkthrough-creating-a-code-snippet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ You might want the user to replace parts of a code snippet. For example, you mig
154154

155155
You can provide two types of replacements: literals and objects.
156156

157-
- Use the [literal element](code-snippets-schema-reference.md#literal-element) to identify a replacement for code entirely contained within the snippet that can be customized after being inserted into the code. For example, a string or numeric value.
157+
- Use the [Literal element](code-snippets-schema-reference.md#literal-element) to identify a replacement for code entirely contained within the snippet that can be customized after being inserted into the code. For example, a string or numeric value.
158158

159-
- Use the [object element](code-snippets-schema-reference.md#object-element) to identify an item that the code snippet requires but is probably defined outside of the snippet. For example, an object instance or a control.
159+
- Use the [Object element](code-snippets-schema-reference.md#object-element) to identify an item that the code snippet requires but is probably defined outside of the snippet. For example, an object instance or a control.
160160

161-
You can use a `literal` element in the *SquareRoot.snippet* file to help users easily change the number to calculate the square root of.
161+
You can use a `Literal` element in the *SquareRoot.snippet* file to help users easily change the number to calculate the square root of.
162162

163163
1. In the *SquareRoot.snippet* file, modify the `Snippet` element as follows:
164164

0 commit comments

Comments
 (0)