Skip to content

Commit bbc2ecb

Browse files
authored
Acrolinx
1 parent 186c679 commit bbc2ecb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/extensibility/how-to-create-an-atom-feed-for-a-private-gallery.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ ms.subservice: extensibility-integration
1616
You can create an Atom (RSS) feed to an intranet location that contains extensions and add the feed to **Extensions and Updates** as a private gallery. For more information, see [Private galleries](../extensibility/private-galleries.md).
1717

1818
## Create an Atom feed
19-
To create an Atom feed as a private gallery, you first gather your extensions (*.vsix* files) into a folder. You can organize them into subfolders if you want. You will also need the following resources:
19+
To create an Atom feed as a private gallery, you first gather your extensions (`.vsix` files) into a folder. You can organize them into subfolders if you want. You also need the following resources:
2020

2121
- An *atom.xml* file that makes the extensions available as a private gallery. For information about how to connect the *atom.xml* file to **Extensions and Updates**, see [Private galleries](../extensibility/private-galleries.md).
2222

23-
- A folder that contains any image files that were extracted from the extensions (for example, screen shots). The *atom.xml* file contains relative links to these images so that they are available in **Extensions and Updates**.
23+
- A folder that contains any image files that were extracted from the extensions (for example, screen shots). The *atom.xml* file contains relative links to these images so that they're available in **Extensions and Updates**.
2424

25-
For example, assume that you have gathered the following two extensions into a folder:
25+
For example, assume that you've gathered the following two extensions into a folder:
2626

2727
- *Template_Wizard_239.vsix*, which is an empty VSIX project template.
2828

@@ -64,7 +64,7 @@ You can create an Atom (RSS) feed to an intranet location that contains extensio
6464
</feed>
6565
```
6666

67-
Notice that the two link tags refer to screen shots in the generated folder of images.
67+
Notice that the two link tags refer to screenshots in the generated folder of images.
6868

6969
## Related content
7070
- [Private galleries](../extensibility/private-galleries.md)

0 commit comments

Comments
 (0)