-
In the third bullet point under "Resources" in the "FarmOS API" section of the `ONBOARDING.md` file capitalize the word "axios" so that it is "Axios".
-
In the third bullet point under "Resources" in the "FarmOS API" section of the `ONBOARDING.md` file capitalize the word "axios" so that it is "Axios".
-
Hi @ThomDietrich
I am not a developer just and learning and coding as hobby. So maybe there is an easier way to do it and also I have no idea about pull requests :)
In order to make Uppercase e…
-
### `capitalize`
Capitalizes the first letter of a string.
**File**: `src/utils/string/capitalize/capitalize.ts`
**Test File**: `src/utils/string/capitalize/capitalize.test.ts`
**Paramet…
-
### Issue Summary
When using secrets manager like https://www.doppler.com/ the ENV variables are always enforced to be uppercase. It's always best practice to uppercase env variables to ensure compat…
-
```ts
type CapitalizeWords<
S extends string,
W extends string = ''
> = S extends `${infer A}${infer B}`
? Uppercase extends Lowercase
? `${Capitalize}${CapitalizeWords}`
: Ca…
-
Remove `if` and `en` from short words list
Capitalize `if` and `en` as in Chicago style
could add a command-line flag like ``--chicago`` if for some reason you're attached to the other styles
-
### What happened?
For some reason, autocorrect really likes capitalized variants of words like "He", "So", "Apple"...
// huh, not "mark" though.
Anyway, I can't figure out how to make it prefer…
-
**What happened**:
When I am using `kubectl proxy`, the past proxy http request header keys are converted to initial capital.
**What you expected to happen**:
HTTP/1.1
According to [RFC 72…
-
[https://sourcegraph.com/terms/privacy](https://sourcegraph.com/terms/privacy)The line: Capitalized terms that are not defined in this Privacy Policy have the meaning given them in our Terms of Servic…