docs,api-ref: fix kbd styling (#4995)

* docs: fix kbd styling

* additional fixes
This commit is contained in:
Shahed Nasser
2023-09-08 20:18:26 +03:00
committed by GitHub
parent 1a1fc6c968
commit 7a12aa04ac
5 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ You'll then be prompted to enter an admin email for your admin user. You'll be u
If you didn't pass the `--with-nextjs-starter` option, you'll be asked if you want to install the [Next.js starter storefront](./starters/nextjs-medusa-starter.mdx) along with the Medusa backend. This will install the storefront under the `<PROJECT_NAME>-storefront` directory, where `<PROJECT_NAME>` is the name of the project you specified in step 2.
If you want to install the storefront, type `y` and press `enter`. If not, you can use the default value `N` and just press `enter`.
If you want to install the storefront, type `y` and press <kbd>enter</kbd>. If not, you can use the default value `N` and just press <kbd>enter</kbd>.
:::note