Skip to content

Commit

Permalink
鉁忥笍 Rewrite "optionnal" to "optional" (#1278)
Browse files Browse the repository at this point in the history
Update the spelling of the word "optionnal" to "optional" in 4 places.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **New Features**
	- Made the file type selection optional in the file upload feature.
- **Bug Fixes**
- Addressed issues with color mode synchronization, persistence, and
user reset behavior.
	- Improved caching and bundling of files.
- **Documentation**
- Corrected spelling errors and typos in various documentation files for
better clarity and accuracy.
- **Style**
	- Updated admin display labels for enhanced clarity.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

---------

Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
  • Loading branch information
c0bra and baptisteArno committed Feb 22, 2024
1 parent eec5041 commit ddb7ac7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/docs/contribute/guides/local-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ icon: 'laptop'

By default, you can easily authenticate in the builder using the "Github Sign In" button. For other options, check out the [Configuration guide](https://docs.typebot.io/self-hosting/configuration)

6. (Optionnal) Start the landing page
6. (Optional) Start the landing page

Copy `apps/landing-page/.env.local.example` to `apps/landing-page/.env.local`

Expand All @@ -53,7 +53,7 @@ icon: 'laptop'
pnpm dev
```

7. (Optionnal) Start the docs
7. (Optional) Start the docs

```sh
cd apps/docs
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/self-hosting/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Used authentication in the builder and for the Google Sheets integration step.

2. Head over the Credentials tab: https://console.developers.google.com/apis/credentials

3. Create an API key with access to the Google Picker API and Web Fonts Developer API (optionnal). This will be your `NEXT_PUBLIC_GOOGLE_API_KEY`
3. Create an API key with access to the Google Picker API and Web Fonts Developer API (optional). This will be your `NEXT_PUBLIC_GOOGLE_API_KEY`

4. Create a OAuth client ID. This will be your `GOOGLE_CLIENT_ID` and `GOOGLE_CLIENT_SECRET`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>

<div style="display: flex; flex-direction: column; margin-top: 1rem">
<label>Excluded pages (optionnal):</label>
<label>Excluded pages (optional):</label>
<p style="color: gray">Example: /app/*, /user/*, /admin/settings, /app?param=*</p>
<input name="excluded_pages" value="<?php echo esc_attr(get_option('excluded_pages')); ?>" style="padding: .5rem" />
</div>
Expand All @@ -28,4 +28,4 @@
</form>
</li>
</ol>
</div>
</div>

0 comments on commit ddb7ac7

Please sign in to comment.