Skip to content

Commit 4a3d115

Browse files
committed
Smallest of typos
Fixing completely irrelevant typo in a pseudo-example
1 parent 925c671 commit 4a3d115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/urlShortener/TypeScript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import { urlShortenerClientFactory } from '@shi-corp/sdk-url-shortener';
2424
const credential = new DefaultAzureCredential();
2525

2626
/** Base URL for your URL Shortener instance. Protocol specifier (`http`/`https`) is required, even for localhost. */
27-
const baseUrl = new URL('https://url-shortner.example.com');
27+
const baseUrl = new URL('https://url-shortener.example.com');
2828

2929
/**
3030
* Configured client for URL Shortener that can make authenticated web requests against backend.

0 commit comments

Comments
 (0)