Skip to content

Commit

Permalink
Merge pull request #5868 from pulumi/iwahbe/fix-typo
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
iwahbe authored Nov 4, 2024
2 parents eaf0e2c + 7985f8c commit 13f5f8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/default/content/registry/packages/gcp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func main() {

```csharp
using Pulumi;
using Gpc = Pulumi.Gcp;
using Gcp = Pulumi.Gcp;

await Deployment.RunAsync(() =>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ to the constructor of a `new kubernetes.Provider` to construct a specific instan

### kubectl proxy

Each Kubernetes resource managed by Pulumi will have a link in the [Pulumi Cloud](https://app.pulumi.com")
Each Kubernetes resource managed by Pulumi will have a link in the [Pulumi Cloud](https://app.pulumi.com)
to view the resource in the cluster. These links are local, and require the client run `kubectl proxy` beforehand to access the resource.

To learn more about `kubectl proxy` check out the [reference docs](https://kubernetes.io/docs/concepts/cluster-administration/proxies/).
Expand Down
2 changes: 1 addition & 1 deletion themes/default/layouts/partials/assets.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
This partial contains the tags to include the JS and CSS assests for the website.
This partial contains the tags to include the JS and CSS assets for the website.
You will need to include this partial in head of pages you want the CSS styles and/or
JS components.
-->
Expand Down

0 comments on commit 13f5f8f

Please sign in to comment.