Skip to content

Commit

Permalink
chore: fix typo (#1751)
Browse files Browse the repository at this point in the history
  • Loading branch information
togami2864 authored Feb 5, 2024
1 parent 552b0eb commit 1646ddb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
8 changes: 1 addition & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,7 @@ The tests are run against the compiled files, which means that you need to run t
## Website development

The [Biome website](https://biomejs.dev/) is built with [Astro](https://astro.build).
To start a development server you can run the following commands:

```bash
cd website
pnpm install
pnpm start
```
To start a development please check our [README](./website/README.md)

### Translations

Expand Down
2 changes: 1 addition & 1 deletion crates/biome_js_formatter/src/comments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ fn handle_continue_break_comment(
/// }
/// ```
///
/// All other same line comments will use `Default` placement if they have a perceding node.
/// All other same line comments will use `Default` placement if they have a preceding node.
/// ```javascript
/// switch(x) {
/// default:
Expand Down
1 change: 1 addition & 0 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Installation

```
$ cd website
$ pnpm install
```

Expand Down
2 changes: 1 addition & 1 deletion xtask/codegen/html.ungram
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// CSS Un-Grammar.
// HTML Un-Grammar.
//
// This grammar specifies the structure of Rust's concrete syntax tree.
// It does not specify parsing rules (ambiguities, precedence, etc are out of scope).
Expand Down

0 comments on commit 1646ddb

Please sign in to comment.