Skip to content

Commit 4ed02dd

Browse files
authored
Fix typo: remove additional bullet point
1 parent 427d812 commit 4ed02dd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/storage/blobs/storage-blob-javascript-get-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ If you're looking to start with a complete example, see the client library quick
2929
- [Node.js LTS](https://nodejs.org/)
3030
- [TypeScript](https://www.typescriptlang.org/download), if applicable
3131
- For client (browser) applications, you need [bundling tools](https://github.com/Azure/azure-sdk-for-js/blob/main/documentation/Bundling.md).
32-
-
3332

3433
## Set up your project
3534

@@ -174,4 +173,4 @@ The following guides show you how to access data and perform specific actions us
174173
| [Manage properties and metadata (containers)](storage-blob-container-properties-metadata-javascript.md) | Get and set properties and metadata for containers. |
175174
| [Performance tuning for data transfers](storage-blobs-tune-upload-download-javascript.md) | Optimize performance for data transfer operations. |
176175
| [Set or change a blob's access tier](storage-blob-use-access-tier-javascript.md) | Set or change the access tier for a block blob. |
177-
| [Upload blobs](storage-blob-upload-javascript.md) | Learn how to upload blobs by using strings, streams, file paths, and other methods. |
176+
| [Upload blobs](storage-blob-upload-javascript.md) | Learn how to upload blobs by using strings, streams, file paths, and other methods. |

0 commit comments

Comments
 (0)