Skip to content

Commit 9cacb0d

Browse files
authored
Fix namespace docs example header should not be a h1
1 parent b78ce65 commit 9cacb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@ember/application/namespace.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import EmberObject from '@ember/object';
2323
such as an application or framework. Create a namespace anytime you want
2424
to define one of these new containers.
2525
26-
# Example Usage
26+
## Example Usage
2727
2828
```javascript
2929
MyFramework = Ember.Namespace.create({

0 commit comments

Comments
 (0)