Skip to content

Commit e5aee78

Browse files
authored
Merge pull request #11 from ngortheone/master
Minor spelling fixes
2 parents d2da86d + 20d1cf1 commit e5aee78

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.vscode/
2+
.idea/
23

34
/target
45
**/*.rs.bk

src/config/apis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub struct Preferences {
2929
pub extensions: Option<Vec<NamedExtension>>,
3030
}
3131

32-
/// NamedExtention associates name with extension.
32+
/// NamedExtension associates name with extension.
3333
#[derive(Clone, Debug, Serialize, Deserialize)]
3434
pub struct NamedExtension {
3535
pub name: String,

src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ impl Configuration {
2424
}
2525
}
2626

27-
/// Returns a config includes authentication and cluster infomation from kubeconfig file.
27+
/// Returns a config includes authentication and cluster information from kubeconfig file.
2828
///
2929
/// # Example
3030
/// ```no_run

0 commit comments

Comments
 (0)