Skip to content

Commit 6416708

Browse files
committed
style: remove fancy quotes
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 8a07256 commit 6416708

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/contributing/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ limitations under the License.
4646

4747
## Introduction
4848

49-
We appreciate your interest in contributing to stdlib! Below, weve compiled answers to some frequently asked questions (FAQs) from first-time contributors. If youre new to the project or encounter any challenges, this guide is a great place to start.
49+
We appreciate your interest in contributing to stdlib! Below, we've compiled answers to some frequently asked questions (FAQs) from first-time contributors. If you're new to the project or encounter any challenges, this guide is a great place to start.
5050

5151
<a name="first-time-contributor"></a>
5252

docs/contributing/git_cheatsheet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ git checkout -b feature/my-new-feature
8686

8787
## Changes
8888

89-
Now comes the fun part of actually writing code! After making your changes, it's always good to check whats modified:
89+
Now comes the fun part of actually writing code! After making your changes, it's always good to check what's modified:
9090

9191
<!-- run-disable -->
9292

@@ -157,7 +157,7 @@ Once your branch is ready, you need to push your **local** changes to your forke
157157
git push
158158
```
159159

160-
If this is the first time youre pushing the branch, [Git][git] may prompt you to set an [upstream][git-remotes] branch. You can do this manually by running:
160+
If this is the first time you're pushing the branch, [Git][git] may prompt you to set an [upstream][git-remotes] branch. You can do this manually by running:
161161

162162
<!-- run-disable -->
163163

@@ -307,7 +307,7 @@ Use **Rebase** if:
307307

308308
Use **Merge** if:
309309

310-
- You want a safer approach that doesnt rewrite history.
310+
- You want a safer approach that doesn't rewrite history.
311311
- You are unsure about rebase or are collaborating on the branch.
312312

313313
> **When in doubt, use merge.** It is safer and avoids potential conflicts caused by rewriting history. If you use the GitHub UI to update your branches, it also performs a merge.

docs/contributing/setting_up_a_devcontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Setting up the stdlib dev container **requires** the following prerequisites:
4242

4343
### Download
4444

45-
To acquire the source code, first navigate to the parent directory where you want to place the projects [Git][git] repository.
45+
To acquire the source code, first navigate to the parent directory where you want to place the project's [Git][git] repository.
4646

4747
<!-- run-disable -->
4848

0 commit comments

Comments
 (0)