Skip to content
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

Fix typo in multiple docs headers #111

Merged
merged 1 commit into from
Aug 9, 2022
Merged
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
2 changes: 1 addition & 1 deletion website/docs/d/feature_flag.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Nested `defaults` blocks have the following structure:

- `off_variation` - (Required) The index of the variation the flag will default to in all new environments when off.

### Nested Client-Side Availibility Block
### Nested Client-Side Availability Block

The nested `client_side_availability` block has the following attributes:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Please migrate to `default_client_side_availability` to maintain future compatab

- `tags` - The project's set of tags.

### Nested Client-Side Availibility Block
### Nested Client-Side Availability Block

The nested `default_client_side_availability` block has the following attributes:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/feature_flag.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Nested `defaults` blocks have the following structure:

- `off_variation` - (Required) The index of the variation the flag will default to in all new environments when off.

### Nested Client-Side Availibility Block
### Nested Client-Side Availability Block

The nested `client_side_availability` block has the following structure:

Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Nested environments `approval_settings` blocks have the following structure:

- `required_approval_tags` - An array of tags used to specify which flags with those tags require approval. You may only set `required_approval_tags` if `required` is not set to `true` and vice versa.

### Nested Client side Availibility Block
### Nested Client side Availability Block

The nested `default_client_side_availability` block describes which client-side SDKs can use new flags by default. To learn more about this setting, read [Making flags available to client-side and mobile SDKs](https://docs.launchdarkly.com/home/getting-started/feature-flags#making-flags-available-to-client-side-and-mobile-sdks). This block has the following structure:

Expand Down