Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7997a16

Browse files
authored
Merge branch 'main' into bryphe/feat/initial-e2e-tests
2 parents 41a4516 + 4f93c98 commit 7997a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/pages/projects/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const ProjectsPage: React.FC = () => {
5555
const description = (
5656
<div>
5757
<div className={styles.descriptionLabel}>Run the following command to get started:</div>
58-
<CodeExample code="coder project create" />
58+
<CodeExample code="coder projects create" />
5959
</div>
6060
)
6161

0 commit comments

Comments
 (0)