We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925c671 commit 4a3d115Copy full SHA for 4a3d115
src/urlShortener/TypeScript/README.md
@@ -24,7 +24,7 @@ import { urlShortenerClientFactory } from '@shi-corp/sdk-url-shortener';
24
const credential = new DefaultAzureCredential();
25
26
/** 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');
+const baseUrl = new URL('https://url-shortener.example.com');
28
29
/**
30
* Configured client for URL Shortener that can make authenticated web requests against backend.
0 commit comments