Skip to content

Fix typo #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: ja
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions quick-start/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ description: Jasperの基本的な使い方を紹介します。基本の使い
| Stream | 説明 |
| ------------------ | ------------------------------------------------------------------------------------------------------ |
| `Me` | 自分に関係するissue/pull requestを見ることができます。基本的にはこのStreamを見れば見落としはありません。`My Issues`や`My PRs`でフィルターしてみることもできます。 |
| `My Issues` | 自分が作成いたissue |
| `My PRs` | 自分が作成いたpull request |
| `My Issues` | 自分が作成したissue |
| `My PRs` | 自分が作成したpull request |
| `Assigned` | 自分がアサインされているissue/pull request |
| `Review Requested` | 自分がレビュー依頼されたpull request |

Expand Down
2 changes: 1 addition & 1 deletion reference/browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ issueを前回閲覧した時からissue本文に更新があれば、その差

## 未読コメントのハイライト・ミニマップ <a id="comment"></a>

issueを前回閲覧した時からコメントの追加・更新があれば、そのコメントをハイライト表示します。また、それらのハイライトされたコメントを見にマップ上に表示します
issueを前回閲覧した時からコメントの追加・更新があれば、そのコメントをハイライト表示します。また、それらのハイライトされたコメントをミニマップ上に表示します

{% tabs %}
{% tab title="コメントのハイライト" %}
Expand Down
4 changes: 2 additions & 2 deletions reference/filter-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Filter Streamで使用できるフィルターはStreamとほとんど同じ条
| フィルター | 説明 |
| -------------------------------------- | ----------------------------------------- |
| `label:bug`, `label:bug-%` | <p>ラベルがついたissue<br>%は任意の文字列にマッチ</p> |
| `milestone:v1.0.0`, `milestone:v2.0.%` | <p>マイルストーンがついたissue<br>%は任意の文字列いマッチ</p> |
| `title:テスト`, `title:%テスト%` | <p>指定されたタイトルがついたissue<br>%は任意の文字列いマッチ</p> |
| `milestone:v1.0.0`, `milestone:v2.0.%` | <p>マイルストーンがついたissue<br>%は任意の文字列にマッチ</p> |
| `title:テスト`, `title:%テスト%` | <p>指定されたタイトルがついたissue<br>%は任意の文字列にマッチ</p> |
| `project-name:hello-pj` | プロジェクトに紐付いたissue |
| `project-column:now-doing` | プロジェクトカラムに紐付いたissue |
| `number:123` | 特定のissue番号 |
Expand Down