Skip to content

Commit 9940e2c

Browse files
committed
fix(gen): typo
1 parent df0455c commit 9940e2c

File tree

1 file changed

+4
-4
lines changed
  • tutorials/deploy-angular-application

1 file changed

+4
-4
lines changed

tutorials/deploy-angular-application/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ Ensure you have [connected your namespace](/containers/container-registry/how-to
112112

113113
## Deploying the application on Serverless Containers
114114

115-
1. Click Containers in the Serverless section of the side menu of the Scaleway console. A list of your container namespaces displays.
115+
1. Click **Containers** in the Serverless section of the side menu of the Scaleway console. A list of your container namespaces displays.
116116
2. Click the name of the namespace in which you want to deploy the application. The list of your containers displays.
117117
<Message type="tip">
118-
If you do not have a container namespace yet, click + Create a namespace to create a new one.
118+
If you do not have a container namespace yet, click **+ Create a namespace** to create a new one.
119119
</Message>
120120
3. Click Deploy a Container. The container deployment wizard displays.
121121

@@ -126,9 +126,9 @@ Ensure you have [connected your namespace](/containers/container-registry/how-to
126126
- Define the container's resources
127127
- Configure the scaling of your application
128128
- Leave the other options at their default values
129-
4. Click Deploy a Container to deploy your application. Your application displays in the list of containers:
129+
4. Click **Deploy a Container** to deploy your application. Your application displays in the list of containers:
130130
<Lightbox src="scaleway-deployed-containers.webp" alt="" />
131-
5. Click on the container's name. The container information page displays. Click the Container Settings tab. The container endpoint displays in the container information block.
131+
5. Click on the container's name. The container information page displays. Click the **Container Settings** tab. The container endpoint displays in the container information block.
132132
<Lightbox src="scaleway-container-endpoint.webp" alt="" />
133133

134134
Copy the endpoint URL and open it in a web browser. The Angular application displays. It can now automatically scale based on the application's load and within the ranges set for the deployment.

0 commit comments

Comments
 (0)