docs(scaffolder-gcp): Fix docstrings to mention GCP instead of Azure
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gcp': patch
|
||||
---
|
||||
|
||||
Fix docstrings to mention GCP instead of Azure
|
||||
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* A module for the scaffolder backend that lets you interact with azure
|
||||
* A module for the scaffolder backend that lets you interact with GCP
|
||||
*
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
@@ -22,7 +22,7 @@ import { GcpBucketWorkspaceProvider } from './providers/GcpBucketWorkspaceProvid
|
||||
|
||||
/**
|
||||
* @public
|
||||
* The Azure Module for the Scaffolder Backend
|
||||
* The GCP Module for the Scaffolder Backend
|
||||
*/
|
||||
export const gcpBucketModule = createBackendModule({
|
||||
moduleId: 'gcp',
|
||||
|
||||
Reference in New Issue
Block a user