mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 21:07:46 +00:00
chore: remove repetitive words (#11284)
This commit is contained in:
4
.changeset/strange-garlics-count.md
Normal file
4
.changeset/strange-garlics-count.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
---
|
||||||
|
|
||||||
|
chore: remove repetitive words
|
||||||
@@ -8,6 +8,6 @@ menu:
|
|||||||
main: {}
|
main: {}
|
||||||
---
|
---
|
||||||
|
|
||||||
This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service.
|
This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service.
|
||||||
|
|
||||||
{{< form-contact action="https://example.com" >}}
|
{{< form-contact action="https://example.com" >}}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ const getGlobalPathConfig = (): string => {
|
|||||||
];
|
];
|
||||||
|
|
||||||
// The customPath flag is the preferred location,
|
// The customPath flag is the preferred location,
|
||||||
// followed by the the vercel directory,
|
// followed by the vercel directory,
|
||||||
// followed by the now directory.
|
// followed by the now directory.
|
||||||
// If none of those exist, use the vercel directory.
|
// If none of those exist, use the vercel directory.
|
||||||
return (
|
return (
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ export default function text({
|
|||||||
// Tab
|
// Tab
|
||||||
// Right arrow
|
// Right arrow
|
||||||
autoCompleteChars = new Set(['\t', '\x1b[C']),
|
autoCompleteChars = new Set(['\t', '\x1b[C']),
|
||||||
// If true, converts everything the user types to to lowercase
|
// If true, converts everything the user types to lowercase
|
||||||
forceLowerCase = false,
|
forceLowerCase = false,
|
||||||
}: TextParams = {}): Promise<string> {
|
}: TextParams = {}): Promise<string> {
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
|
|||||||
@@ -10,6 +10,6 @@ menu:
|
|||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service.
|
This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service.
|
||||||
|
|
||||||
{{< form-contact action="https://example.com" >}}
|
{{< form-contact action="https://example.com" >}}
|
||||||
|
|||||||
@@ -202,7 +202,7 @@ export function getRegExpFromPath(rePath: string): RegExp | false {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Updates the `dest` process.env object to match the `source` one.
|
* Updates the `dest` process.env object to match the `source` one.
|
||||||
* A function is returned to restore the the `dest` env back to how
|
* A function is returned to restore the `dest` env back to how
|
||||||
* it was originally.
|
* it was originally.
|
||||||
*/
|
*/
|
||||||
export function syncEnv(source: NodeJS.ProcessEnv, dest: NodeJS.ProcessEnv) {
|
export function syncEnv(source: NodeJS.ProcessEnv, dest: NodeJS.ProcessEnv) {
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ menu:
|
|||||||
main: {}
|
main: {}
|
||||||
---
|
---
|
||||||
|
|
||||||
This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service.
|
This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service.
|
||||||
|
|
||||||
{{< form-contact action="https://example.com" >}}
|
{{< form-contact action="https://example.com" >}}
|
||||||
|
|||||||
Reference in New Issue
Block a user