Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/guides/platform-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
title: Platform Configuration
description: >-
The Platform Configuration allows you to change tscircuit behavior to best
suite the platform the tscircuit code is running on.
suit the platform the tscircuit code is running on.
---

## Overview

The Platform Configuration allows you to change tscircuit behavior to best suite
The Platform Configuration allows you to change tscircuit behavior to best suit
the platform the tscircuit code is running on.

Some use cases:

- Organizations may want to customize the cloud-autorouter to avoid sending sensitive designs outside your company
- Organizations may want to customize the cloud autorouter to avoid sending sensitive designs outside your company
- Organizations may want to use their own internal registry for importing circuits instead of [tscircuit.com](https://tscircuit.com)
- For [autorouting.com](https://autorouting.com), we configure the platform to not perform any autorouting

Expand Down Expand Up @@ -67,7 +67,7 @@ import myPartsEngine from "./my-parts-engine"

const circuitRunner = new CircuitRunner({
platform: {
partsEngine: getMyPartsEngine,
partsEngine: myPartsEngine,
},
})

Expand Down
Loading